summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-09-28 13:12:01 -0400
committerGitHub <noreply@github.com>2017-09-28 13:12:01 -0400
commit9d4ae311cb628b5d183f850d2be0f19e164bf795 (patch)
tree5ea672a98e24d7adfaf324aaa17b75628737872e /config-scripts
parent2cf3a36a4efa531b49450651fc2d0500315106f9 (diff)
parent0728c89bcf3d3f32f588aaa645eac3cfbc7e02e2 (diff)
downloadcups-9d4ae311cb628b5d183f850d2be0f19e164bf795.tar.gz
Merge pull request #5112 from paulmenzel/remove-libgcrypt-detection
Remove Libgcrypt detection
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`