]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Get rid of unused HAVE_NCURSES define.
authorAndre Noll <maan@systemlinux.org>
Sun, 3 Jun 2012 20:58:13 +0000 (22:58 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 23 Dec 2012 14:03:09 +0000 (15:03 +0100)
If no suitable curses library was found, para_gui will not be built. So
we don't need this define in config.h.

configure.ac

index 760a52a700040442b8722e9cbc5f82980e8f1507..45557f6d2bfb80bded7fc11b088b4185aaf55da6 100644 (file)
@@ -477,7 +477,6 @@ AC_CHECK_LIB([curses], [initscr], [], [
 if test "$have_curses" = "yes"; then
        gui_ldflags="$curses_libs -lcurses"
        AC_SUBST(curses_cppflags)
-       AC_DEFINE(HAVE_NCURSES, 1, [define to 1 to turn on curses support])
        extras="$extras gui"
        executables="$executables gui"
 else