Don't use AM_CONDITIONAL for CURSES.

For some reason, this doesn't work when cross-compiling for Windows.
This commit is contained in:
Guus Sliepen 2011-06-25 00:06:06 +02:00
parent 365f60f3f8
commit 7944cce19e
3 changed files with 6 additions and 6 deletions

View file

@ -38,5 +38,4 @@ AC_DEFUN([tinc_CURSES],
])
AC_SUBST(CURSES_LIBS)
AM_CONDITIONAL(CURSES, test "$curses" = true)
])