diff options
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/configure.ac b/src/configure.ac index a902c3aab..b52211f37 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -36,10 +36,6 @@ AC_MOD_ENABLE(odbc, no) AC_MOD_ENABLE(tls, yes) AC_MOD_ENABLE(web, yes) -AC_MOD_ENABLE(ejabberd_zlib, yes) -#locating zlib -AM_WITH_ZLIB - AC_MOD_ENABLE(pam, no) #locating PAM AM_WITH_PAM @@ -107,8 +103,7 @@ AC_CONFIG_FILES([Makefile $make_web stun/Makefile $make_tls - $make_odbc - $make_ejabberd_zlib]) + $make_odbc]) #openssl AM_WITH_OPENSSL # If ssl is kerberized it need krb5.h |