1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

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)
This commit is contained in:
Jeremy Allison 2001-07-03 19:34:18 +00:00
parent 75601664bd
commit 7ede14a3a7
2 changed files with 605 additions and 608 deletions

1211
source3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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"
;;