Test HAVE_LIBNCURSES, not HAVE_NCURSES
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Apr 1996 13:47:00 +0000 (13:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Apr 1996 13:47:00 +0000 (13:47 +0000)
src/s/gnu-linux.h

index 9f0eadd..01092f7 100644 (file)
@@ -222,7 +222,7 @@ Boston, MA 02111-1307, USA.  */
 /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed.  */
 #define LIB_MOTIF -lXm -lXpm
 
-#ifdef HAVE_NCURSES
+#ifdef HAVE_LIBNCURSES
 #define TERMINFO
 #define LIBS_TERMCAP -lncurses
 #endif