From a33f86bda70102e7f19a2eebc8b4e83dd35d63cb Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 20 Oct 1999 18:32:27 +0000 Subject: [PATCH] Test for checking if irssi-bot should be build was wrong git-svn-id: http://svn.irssi.org/repos/irssi/trunk@60 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index ad08a1ee..640987ce 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(src) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(irssi, 0.7.17) +AM_INIT_AUTOMAKE(irssi, 0.7.18) AM_MAINTAINER_MODE @@ -315,7 +315,7 @@ fi AM_CONDITIONAL(HAS_CURSES, test "$has_curses" = true) dnl ** check if we want to build irssibot -AM_CONDITIONAL(BUILD_IRSSIBOT, test "$want_irssibot" = true) +AM_CONDITIONAL(BUILD_IRSSIBOT, test "$want_irssibot" = "xyes") dnl ** dnl ** memory debugging