summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2017-09-12 13:11:48 +0200
committerPaul Menzel <pmenzel@molgen.mpg.de>2017-09-12 13:18:21 +0200
commit0728c89bcf3d3f32f588aaa645eac3cfbc7e02e2 (patch)
treebcbeb2d9125d74513ff5c07d9883ac2f90187fc8 /config-scripts
parent123cfe0202564a6ea0b2cdf33958bf550ab00016 (diff)
downloadcups-0728c89bcf3d3f32f588aaa645eac3cfbc7e02e2.tar.gz
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
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-ssl.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/config-scripts/cups-ssl.m4 b/config-scripts/cups-ssl.m4
index 1902e8a44..52f9c39f1 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`