summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-07-03 19:34:18 +0000
committerJeremy Allison <jra@samba.org>2001-07-03 19:34:18 +0000
commit7ede14a3a749494d4aec5043e89050b50b691ef3 (patch)
tree8447407dcdee446d9810748bff6ccf4035a5ba4d /source3/configure.in
parent75601664bd7c54d2a9a833fed5d5405d17c02576 (diff)
downloadsamba-7ede14a3a749494d4aec5043e89050b50b691ef3.tar.gz
samba-7ede14a3a749494d4aec5043e89050b50b691ef3.tar.bz2
samba-7ede14a3a749494d4aec5043e89050b50b691ef3.zip
Removed the default addition of /include to the directory given in
--with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 02a1df7fc1..6e690a5ffc 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1719,7 +1719,7 @@ AC_ARG_WITH(ssl,
LDFLAGS="=L/usr/local/ssl/lib $LDFLAGS"
;;
* )
- CFLAGS="-I${withval}/include $CFLAGS"
+ CFLAGS="-I${withval} $CFLAGS"
LIBS="-lssl -lcrypto $LIBS"
LDFLAGS="-L${withval}/lib $LDFLAGS"
;;