ChanServ seen fixes; other cleanups
[srvx.git] / configure.in
index f15ec5af33d12eb6a29a25524fbc76f030ef097c..203ecfa2f2370523b7758869cabbdf55a54f46a3 100644 (file)
@@ -225,20 +225,6 @@ AC_ARG_ENABLE(debug,
   AC_MSG_RESULT(no)
 ])
 
-AC_MSG_CHECKING(whether to enable lame tricks)
-AC_ARG_ENABLE(lame-tricks,
-[  --disable-lame-tricks   Disable lame ChanServ tricks (!wut, !unf, !ping, !8ball, !d, !huggle)],
-[if test "$enableval" = no; then
-   AC_DEFINE(NO_LAME_TRICKS, 1, [Define to disable lame ChanServ tricks])
-   AC_MSG_RESULT(no)
- else
-   AC_MSG_RESULT(yes)
- fi
-],
-[
-  AC_MSG_RESULT(yes)
-])
-
 if test -e src ; then
   if test ! -d src ; then
     AC_MSG_ERROR([src exists but is not a directory; please move it out of the way.])
@@ -266,7 +252,6 @@ AC_ARG_ENABLE(modules,
   done
   IFS="$OIFS"
   MODULE_OBJS="$MODULE_OBJS $EXTRA_MODULE_OBJS"
-  AC_DEFINE(EXTRA_MODULES, 1, [Define if there are extra modules to be initialized.])
   AC_MSG_RESULT($module_list)
 ],
 [