From 9a00d1071625b0075dab0cc982549fc51d405c5d Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Sun, 24 Jan 1999 14:20:19 +0000 Subject: Fixing up configure to properly support ssl (This used to be commit 524c4d2978f8b951708ad30316e3d69ed1c39b75) --- source3/configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index e0503e21e3..2e92e1c800 100755 --- a/source3/configure +++ b/source3/configure @@ -44,6 +44,8 @@ ac_help="$ac_help ac_help="$ac_help --with-ssl Include SSL support --without-ssl Don't include SSL support (default)" +ac_help="$ac_help + --with-sslinc=DIR Tells us where the SSL stuff is (default /usr/local/ssl)" ac_help="$ac_help --with-mmap Include experimental MMAP support --without-mmap Don't include MMAP support (default)" @@ -8280,6 +8282,8 @@ if test "${with_ssl+set}" = set; then #define WITH_SSL 1 EOF + CFLAGS="-I/usr/local/ssl/include $CFLAGS" + ;; *) echo "$ac_t""no" 1>&6 -- cgit