--with-openssl to get tls support.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1966
91ce42f0-d328-0410-95d8-
f526ca767f89
AC_HELP_STRING([--with-openssl@<:@=DIR@:>@], [Include OpenSSL support. DIR is the OpenSSL base]),
[with_openssl_directory=${withval}])
-if test "x$with_openssl_directory" != "xno"; then
+if test "x$with_openssl_directory" != "x"; then
OPENSSL_LIBS="-lssl -lcrypto"
OPENSSL_INC=""
with_openssl_directory=${withval}
fi;
-if test "x$with_openssl_directory" != "xno"; then
+if test "x$with_openssl_directory" != "x"; then
OPENSSL_LIBS="-lssl -lcrypto"
OPENSSL_INC=""