diff options
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac index e594927c7..9f2a2c72c 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -30,6 +30,7 @@ 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_CONFIG_FILES([Makefile @@ -37,5 +38,6 @@ AC_CONFIG_FILES([Makefile $make_mod_muc $make_mod_pubsub $make_eldap + $make_web stringprep/Makefile]) AC_OUTPUT |