6dd0746
diff -up cups-2.0rc1/config-scripts/cups-ssl.m4.no-gcry cups-2.0rc1/config-scripts/cups-ssl.m4
6dd0746
--- cups-2.0rc1/config-scripts/cups-ssl.m4.no-gcry	2014-09-12 15:41:23.324760213 +0200
6dd0746
+++ cups-2.0rc1/config-scripts/cups-ssl.m4	2014-09-12 15:43:13.124203363 +0200
6dd0746
@@ -60,7 +60,6 @@ if test x$enable_ssl != xno; then
5b0d059
     dnl Then look for GNU TLS...
5b0d059
     if test $have_ssl = 0 -a "x$enable_gnutls" != "xno" -a "x$PKGCONFIG" != x; then
6dd0746
     	AC_PATH_TOOL(LIBGNUTLSCONFIG,libgnutls-config)
6dd0746
-    	AC_PATH_TOOL(LIBGCRYPTCONFIG,libgcrypt-config)
5b0d059
 	if $PKGCONFIG --exists gnutls; then
5b0d059
 	    have_ssl=1
5b0d059
 	    SSLLIBS=`$PKGCONFIG --libs gnutls`
6dd0746
diff -up cups-2.0rc1/cups/http-private.h.no-gcry cups-2.0rc1/cups/http-private.h