configure.in
changeset 41 c662bc438631
parent 35 37e3f2038660
child 44 988ac692303a
--- a/configure.in	Wed Oct 01 13:19:10 2003 +0000
+++ b/configure.in	Wed Oct 01 13:54:53 2003 +0000
@@ -94,7 +94,7 @@
 dnl +--------------------------------------------------------+
 dnl | Checking for SSL (through GnuTLS) support              |
 dnl +--------------------------------------------------------+
-AC_ARG_WITH(ssl, [  --without-ssl           disable ssl support],
+AC_ARG_WITH(ssl, [  --with-ssl=no/yes           define whether to look for SSL, default=yes],
 	    ac_ssl=$withval,
 	    ac_ssl=yes
 	    )