From 0728c89bcf3d3f32f588aaa645eac3cfbc7e02e2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 12 Sep 2017 13:11:48 +0200 Subject: [PATCH] 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 --- config-scripts/cups-ssl.m4 | 1 - 1 file changed, 1 deletion(-) 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` -- 2.47.3