logo       

danf: curl configure.ac,1.156,1.157: msg#00026

web.curl.cvs

Subject: danf: curl configure.ac,1.156,1.157

Update of /cvsroot/curl/curl
In directory labb:/tmp/cvs-serv20696

Modified Files:
configure.ac
Log Message:
Fixed --without-gnutls


Index: configure.ac
===================================================================
RCS file: /cvsroot/curl/curl/configure.ac,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- configure.ac 20 Jul 2005 23:00:27 -0000 1.156
+++ configure.ac 27 Jul 2005 18:22:21 -0000 1.157
@@ -977,7 +977,7 @@
dnl ----------------------------------------------------

dnl Default to compiler & linker defaults for GnuTLS files & libraries.
-OPT_GNUTLS=off
+OPT_GNUTLS=no

AC_ARG_WITH(gnutls,dnl
AC_HELP_STRING([--with-gnutls=PATH],[where to look for GnuTLS, PATH points to
the installation root (default: /usr/local/)])
@@ -986,7 +986,7 @@

if test "$OPENSSL_ENABLED" != "1"; then

- if test X"$OPT_GNUTLS" != Xoff; then
+ if test X"$OPT_GNUTLS" != Xno; then
if test "x$OPT_GNUTLS" = "xyes"; then
check=`libgnutls-config --version 2>/dev/null`
if test -n "$check"; then

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-commits



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise