summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-08 13:47:00 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-08 13:47:00 +0000
commit6321b250e75387c7cd94955b87d40bbe85a3f437 (patch)
treecbd8dfa8e64793b05773335d43808adb152b8db8
parent1f75fd45a92a5db47c73d7c32d2b52ed3f2d9816 (diff)
downloademacs-6321b250e75387c7cd94955b87d40bbe85a3f437.tar.gz
Test HAVE_LIBNCURSES, not HAVE_NCURSES
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 9f0eaddae12..01092f77a24 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -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