From: Andre Noll Date: Sun, 3 Jun 2012 20:58:13 +0000 (+0200) Subject: Get rid of unused HAVE_NCURSES define. X-Git-Tag: v0.4.13~41^2~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6224f70d3ad09b7066e120447573e3271c5afe22 Get rid of unused HAVE_NCURSES define. If no suitable curses library was found, para_gui will not be built. So we don't need this define in config.h. --- diff --git a/configure.ac b/configure.ac index 760a52a7..45557f6d 100644 --- a/configure.ac +++ b/configure.ac @@ -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