summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource3/configure4
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