diff options
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/configure.ac b/src/configure.ac index 9f2a2c72..c59d7836 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -15,9 +15,6 @@ AM_ICONV #locating libexpat AM_WITH_EXPAT - - - # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -25,19 +22,21 @@ AC_C_CONST AC_FUNC_MALLOC AC_HEADER_STDC - AC_MOD_ENABLE(mod_pubsub, yes) AC_MOD_ENABLE(mod_irc, yes) AC_MOD_ENABLE(mod_muc, yes) AC_MOD_ENABLE(eldap, yes) AC_MOD_ENABLE(web, yes) +AC_MOD_ENABLE(tls, yes) - AC_CONFIG_FILES([Makefile $make_mod_irc $make_mod_muc $make_mod_pubsub $make_eldap $make_web - stringprep/Makefile]) + stringprep/Makefile + $make_tls]) +#openssl +AM_WITH_OPENSSL AC_OUTPUT |