diff options
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac index 166eb438a..04033f6b5 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -14,6 +14,8 @@ AM_WITH_ERLANG AM_ICONV #locating libexpat AM_WITH_EXPAT +#locating zlib +AM_WITH_ZLIB # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -29,6 +31,7 @@ AC_MOD_ENABLE(eldap, yes) AC_MOD_ENABLE(web, yes) AC_MOD_ENABLE(tls, yes) AC_MOD_ENABLE(odbc, no) +AC_MOD_ENABLE(ejabberd_zlib, yes) AC_ARG_ENABLE(roster_gateway_workaround, [ --enable-roster-gateway-workaround Turn on workaround for processing gateway subscriptions], @@ -47,7 +50,8 @@ AC_CONFIG_FILES([Makefile $make_web stringprep/Makefile $make_tls - $make_odbc]) + $make_odbc + $make_ejabberd_zlib]) #openssl AM_WITH_OPENSSL AC_OUTPUT |