From: Paul Menzel Date: Tue, 12 Sep 2017 11:11:48 +0000 (+0200) Subject: config-scripts/cups-ssl.m4: Remove Libgcrypt detection X-Git-Tag: v2.2.5~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0728c89bcf3d3f32f588aaa645eac3cfbc7e02e2;p=thirdparty%2Fcups.git config-scripts/cups-ssl.m4: Remove Libgcrypt detection Upstream a change from the book *Beyond Linux From Scratch* [1]. > Prevent configure script from searching libgcrypt-config, because > libgcrypt is not used anywere else in the package. [1] http://www.linuxfromscratch.org/blfs/view/svn/pst/cups.html --- diff --git a/config-scripts/cups-ssl.m4 b/config-scripts/cups-ssl.m4 index 1902e8a44c..52f9c39f1c 100644 --- a/config-scripts/cups-ssl.m4 +++ b/config-scripts/cups-ssl.m4 @@ -61,7 +61,6 @@ if test x$enable_ssl != xno; then dnl Then look for GNU TLS... if test $have_ssl = 0 -a "x$enable_gnutls" != "xno" -a "x$PKGCONFIG" != x; then AC_PATH_TOOL(LIBGNUTLSCONFIG,libgnutls-config) - AC_PATH_TOOL(LIBGCRYPTCONFIG,libgcrypt-config) if $PKGCONFIG --exists gnutls; then have_ssl=1 SSLLIBS=`$PKGCONFIG --libs gnutls`