Magellan Linux

Contents of /trunk/cups/patches/cups-2.0.3-no-gcrypt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2580 - (show annotations) (download)
Wed Jun 17 11:41:33 2015 UTC (8 years, 11 months ago) by niro
File size: 634 byte(s)
-cups-2.0.3 patches
1 diff -up cups-2.0rc1/config-scripts/cups-ssl.m4.no-gcry cups-2.0rc1/config-scripts/cups-ssl.m4
2 --- cups-2.0rc1/config-scripts/cups-ssl.m4.no-gcry 2014-09-12 15:41:23.324760213 +0200
3 +++ cups-2.0rc1/config-scripts/cups-ssl.m4 2014-09-12 15:43:13.124203363 +0200
4 @@ -60,7 +60,6 @@ if test x$enable_ssl != xno; then
5 dnl Then look for GNU TLS...
6 if test $have_ssl = 0 -a "x$enable_gnutls" != "xno" -a "x$PKGCONFIG" != x; then
7 AC_PATH_TOOL(LIBGNUTLSCONFIG,libgnutls-config)
8 - AC_PATH_TOOL(LIBGCRYPTCONFIG,libgcrypt-config)
9 if $PKGCONFIG --exists gnutls; then
10 have_ssl=1
11 SSLLIBS=`$PKGCONFIG --libs gnutls`