X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/8de34abdbe21c8401bf35781ca13d66f6c14e018..3da28d8ef9eca73e00684e56a06b1d5c15c9bf67:/configure.in diff --git a/configure.in b/configure.in index 688ad4e..888118c 100644 --- a/configure.in +++ b/configure.in @@ -306,6 +306,10 @@ AC_ARG_ENABLE(modules, TRACK="-D HAVE_TRACK" AC_DEFINE(HAVE_TRACK, 1, [Define this if you are using mod-track]) fi + if test "x$module" = "xhelpserv" ; then + TRACK="-D HAVE_HELPSERV" + AC_DEFINE(HAVE_HELPSERV, 1, [Define this if you are using mod-helpserv]) + fi done IFS="$OIFS" MODULE_OBJS="$MODULE_OBJS $EXTRA_MODULE_OBJS"