X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=1ff8da63b0b62eb9b2c15bd09502fa8f092644f4;hb=67de413cad88194972d55a8ff88464370890c5a9;hp=6fba700ceb4e4ce4f5043abb0b2ee908ccdc4bb5;hpb=02267976f636e3c4fffc8732a949b4777a771ca2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 6fba700ce..1ff8da63b 100755 --- a/configure +++ b/configure @@ -153,12 +153,12 @@ chomp($config{HAS_OPENSSL} = `pkg-config --modversion openssl 2>/dev/null`); chomp(our $gnutls_ver = $config{HAS_GNUTLS}); chomp(our $openssl_ver = $config{HAS_OPENSSL}); -$config{USE_GNUTLS} = "n"; +$config{USE_GNUTLS} = 0; if (defined $opt_use_gnutls) { $config{USE_GNUTLS} = "y"; # Use gnutls. } -$config{USE_OPENSSL} = "n"; # Use openssl. +$config{USE_OPENSSL} = 0; # Use openssl. if (defined $opt_use_openssl) { $config{USE_OPENSSL} = "y";