mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
08814b59ab
commit
a33f86bda7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user