Restore checks for WITH_PROTOCOL_BAHAMUT.
authorMichael Poole <mdpoole@troilus.org>
Sun, 11 Mar 2007 19:53:56 +0000 (15:53 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 11 Mar 2007 19:53:56 +0000 (15:53 -0400)
configure.in

index 4f47987b62706cbf270d67cf6bcc9ea839109d76..5ca8652bb21d0ecd1afc27a2d9235d46cd1925dc 100644 (file)
@@ -239,6 +239,10 @@ if test "x$withval" = "xp10" ; then
   AC_MSG_RESULT([P10])
   AC_DEFINE(WITH_PROTOCOL_P10, 1, [Define if using the P10 dialect of IRC])
   MODULE_OBJS="$MODULE_OBJS proto-p10.\$(OBJEXT)"
+elif test "x$withval" = "xbahamut" ; then
+  AC_MSG_RESULT([Bahamut])
+  AC_DEFINE(WITH_PROTOCOL_BAHAMUT, 1, [Define if using the Bahamut dialect of IRC])
+  MODULE_OBJS="$MODULE_OBJS proto-bahamut.\$(OBJEXT)"
 elif test -r "${srcdir}/src/proto-${withval}.c" ; then
   AC_MSG_RESULT([$withval])
   MODULE_OBJS="$MODULE_OBJS proto-${withval}.\$(OBJEXT)"