mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
NOSSL was in the wrong spot
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@728 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1971,8 +1971,6 @@ fi;
|
||||
# Check whether --enable-openssl or --disable-openssl was given.
|
||||
if test "${enable_openssl+set}" = set; then
|
||||
enableval="$enable_openssl"
|
||||
|
||||
else
|
||||
NOSSL=1
|
||||
fi;
|
||||
# Check whether --enable-perl or --disable-perl was given.
|
||||
@@ -2988,7 +2986,6 @@ if test $ac_cv_func_dlopen = yes; then
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
if test -z "$NOSSL"; then
|
||||
if test -n "$OPENSSL"; then
|
||||
appendLib -L${OPENSSL}/lib
|
||||
|
||||
Reference in New Issue
Block a user