Update .arch-inventory for in-tree builds; remove --disable-lame-tricks
[srvx.git] / configure.in
index f15ec5af33d12eb6a29a25524fbc76f030ef097c..9031a12ea0a5badc4a95f6daa87e0a8e6c31fa89 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.])