configure.in
changeset 137 18785575aa7a
parent 135 6bb0aad132e0
--- a/configure.in	Wed Apr 05 13:19:47 2006 +0000
+++ b/configure.in	Wed Apr 05 15:19:13 2006 +0000
@@ -123,6 +123,10 @@
   echo "Disabling SSL support"
 fi
 
+if test x$enable_ssl = xyes; then
+  AC_DEFINE(HAVE_SSL, 1, [whether to use SSL support.])
+fi
+
 dnl +-------------+
 dnl | Build Flags |--------------------------------------------
 dnl +-------------+