From 6224f70d3ad09b7066e120447573e3271c5afe22 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 3 Jun 2012 22:58:13 +0200 Subject: [PATCH] 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2