summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
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"
;;