diff options
author | Richard Sharpe <sharpe@samba.org> | 1999-01-24 14:20:19 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1999-01-24 14:20:19 +0000 |
commit | 9a00d1071625b0075dab0cc982549fc51d405c5d (patch) | |
tree | 6bf50a6a5e7db0d7495dd721308ec235e7129b15 | |
parent | 775bff681c1ba7b2e8fb5106e891b10894cd0e3a (diff) | |
download | samba-9a00d1071625b0075dab0cc982549fc51d405c5d.tar.gz samba-9a00d1071625b0075dab0cc982549fc51d405c5d.tar.bz2 samba-9a00d1071625b0075dab0cc982549fc51d405c5d.zip |
Fixing up configure to properly support ssl
(This used to be commit 524c4d2978f8b951708ad30316e3d69ed1c39b75)
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure b/source3/configure index e0503e21e3..2e92e1c800 100755 --- a/source3/configure +++ b/source3/configure @@ -45,6 +45,8 @@ 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)" ac_help="$ac_help @@ -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 |