changeset 14958:19c05cbf2811

Test HAVE_LIBNCURSES, not HAVE_NCURSES
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Apr 1996 13:47:00 +0000
parents 52355eb67a7d
children f2b5d784fa88
files src/s/gnu-linux.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Mon Apr 08 13:45:39 1996 +0000
+++ b/src/s/gnu-linux.h	Mon Apr 08 13:47:00 1996 +0000
@@ -222,7 +222,7 @@
 /* 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