From: Eric Biggers Date: Sat, 6 Sep 2014 05:16:39 +0000 (-0500) Subject: configure.ac: Remove unnused variable SHA1_SOURCES X-Git-Tag: v1.7.2~31 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=1bb17a2a0cb390f26e7936037acd4511bf39ad76;hp=4388ae46c8dc60c6bf4cd48d7dea640c1576522c configure.ac: Remove unnused variable SHA1_SOURCES --- diff --git a/configure.ac b/configure.ac index c98df106..8fff316d 100644 --- a/configure.ac +++ b/configure.ac @@ -344,7 +344,6 @@ if test "x$WITH_LIBCRYPTO" = "xyes" -a "x$ENABLE_SSSE3_SHA1" = "xno"; then PKG_CHECK_MODULES([LIBCRYPTO], [libcrypto]) PKGCONFIG_PRIVATE_REQUIRES="$PKGCONFIG_PRIVATE_REQUIRES libcrypto" fi -AC_SUBST([SHA1_SOURCES], [$SHA1_SOURCES]) AC_SUBST([PKGCONFIG_PRIVATE_REQUIRES], [$PKGCONFIG_PRIVATE_REQUIRES]) AC_SUBST([PKGCONFIG_PRIVATE_LIBS], [$PKGCONFIG_PRIVATE_LIBS])