diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-20 18:32:27 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-20 18:32:27 +0000 |
commit | a33f86bda70102e7f19a2eebc8b4e83dd35d63cb (patch) | |
tree | faa6ca0271f6984a4210b18f471a48364b24ddc0 /configure.in | |
parent | 08814b59aba90dd881446e0c154adef37632378e (diff) | |
download | irssi-a33f86bda70102e7f19a2eebc8b4e83dd35d63cb.zip |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files 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 |