]> git.sur5r.net Git - bacula/bacula/commitdiff
- Make default no tls support. You must add
authorKern Sibbald <kern@sibbald.com>
Thu, 28 Apr 2005 19:16:22 +0000 (19:16 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 28 Apr 2005 19:16:22 +0000 (19:16 +0000)
  --with-openssl to get tls support.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1966 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/configure

index 89858a2cec288756b4d9fc09721f5e698ca8cedb..8e4a4ac3c7b9b4bc1d52ac302d3245af70f04c37 100644 (file)
@@ -646,7 +646,7 @@ AC_ARG_WITH(openssl,
        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=""
 
index 88b90e7d11ce0e6fe12aeb3dee94530268a70d20..4a0b4d2c5ce992f2fe38002eacb52c310e610ce5 100755 (executable)
@@ -8013,7 +8013,7 @@ if test "${with_openssl+set}" = set; then
   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=""