1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

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
This commit is contained in:
Timo Sirainen 1999-10-20 18:32:27 +00:00 committed by cras
parent 08814b59ab
commit a33f86bda7

View File

@ -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