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 643fe2626..e594927c7 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -29,11 +29,13 @@ 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_CONFIG_FILES([Makefile $make_mod_irc $make_mod_muc $make_mod_pubsub + $make_eldap stringprep/Makefile]) AC_OUTPUT |