summaryrefslogtreecommitdiffstats
path: root/source/configure
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-03-02 16:43:27 +0000
committerLuke Leighton <lkcl@samba.org>1999-03-02 16:43:27 +0000
commit511ef8a58ccfc04d0744f28753bb48d848851980 (patch)
tree4d9af47be2427b26fc5df2b7a30d466cff83dabe /source/configure
parentfdf61e1dabc2c977ee5cf1e9d60e3380f19840da (diff)
downloadsamba-511ef8a58ccfc04d0744f28753bb48d848851980.tar.gz
samba-511ef8a58ccfc04d0744f28753bb48d848851980.tar.xz
samba-511ef8a58ccfc04d0744f28753bb48d848851980.zip
added <mysql.h> autoconf test.
Diffstat (limited to 'source/configure')
-rwxr-xr-xsource/configure32
1 files changed, 1 insertions, 31 deletions
diff --git a/source/configure b/source/configure
index f3a7b5bce4a..57633fbafe1 100755
--- a/source/configure
+++ b/source/configure
@@ -45,8 +45,6 @@ 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
@@ -1933,7 +1931,7 @@ else
fi
done
-for ac_hdr in sys/acl.h sys/cdefs.h glob.h
+for ac_hdr in sys/acl.h sys/cdefs.h glob.h mysql.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -8282,34 +8280,6 @@ if test "${with_ssl+set}" = set; then
#define WITH_SSL 1
EOF
- CFLAGS="-I/usr/local/ssl/include $CFLAGS"
-
- if test "${with_sslinc+set}" = set; then
-
- withval="$with_sslinc"
- case "$withval" in
- yes|no)
- echo "configure: warning: --with-sslinc called without argument - will
- use default" 1>&2
- CFLAGS="-I/usr/local/ssl/include $CFLAGS"
- LDFLAGS="-L/usr/local/ssl/lib $LDFLAGS"
- LIBS="-lssl -lcrypto $LIBS"
- ;;
- * )
- CFLAGS="-I${withval}/include $CFLAGS"
- LDFLAGS="-L${withval}/lib $LDFLAGS"
- LIBS="-lssl -lcrypto $LIBS"
- ;;
- esac
-
- else
-
- CFLAGS="-I/usr/local/ssl/include $CFLAGS"
- LDFLAGS="-L/usr/local/ssl/lib $LDFLAGS"
- LIBS="-lssl -lcrypto $LIBS"
-
- fi
-
;;
*)
echo "$ac_t""no" 1>&6