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:
imaginos
2006-04-30 17:29:58 +00:00
parent ea62eaf5a1
commit cf663f8f63
2 changed files with 1 additions and 5 deletions
Vendored
-3
View File
@@ -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