X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ng;h=59d9d9fe8fd5e469650799e6b4cb0b0b3afad2eb;hb=4b7e8db418340576c95f1edad8470b66d6fe886d;hp=a3855dbebee95b1bd33059ce16b16a87abb9a4a5;hpb=de1de4055123e95fd9dc1b7e40c69a760777079d;p=ngircd.git diff --git a/configure.ng b/configure.ng index a3855dbe..59d9d9fe 100644 --- a/configure.ng +++ b/configure.ng @@ -29,7 +29,7 @@ AC_CONFIG_SRCDIR([src/ngircd/ngircd.c]) AC_CONFIG_HEADER([src/config.h]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([-Wall 1.10 ]ng_color_tests) +AM_INIT_AUTOMAKE([-Wall 1.10 foreign ]ng_color_tests) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -506,6 +506,8 @@ if test "$x_ssl_openssl" = "yes"; then x_ssl_lib=openssl fi +AM_CONDITIONAL(HAVE_SSL, [test $x_ssl_lib != "no"]) + # use TCP wrappers? x_tcpwrap_on=no