diff configure.in @ 712:385f862a4005 HEAD

--with-ssldir actually didn't do anything, and the default directory for them wasn't set either. Not important enough to release 0.99.4 though.
author Timo Sirainen <tss@iki.fi>
date Wed, 27 Nov 2002 01:01:07 +0200
parents f0b27bacadbf
children 0438621d25ff
line wrap: on
line diff
--- a/configure.in	Wed Nov 27 00:04:06 2002 +0200
+++ b/configure.in	Wed Nov 27 01:01:07 2002 +0200
@@ -126,6 +126,7 @@
 	ssldir="$withval",
 	ssldir=/etc/ssl
 )
+AC_SUBST(ssldir)
 
 dnl * gcc specific options
 if test "x$ac_cv_prog_gcc" = "xyes"; then