diff options
author | Pavel Roskin <proskin@src.gnome.org> | 1998-11-26 12:27:06 +0000 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 1998-11-26 12:27:06 +0000 |
commit | afb9248ab5337a3d8791b5fffcaa23d847eb896a (patch) | |
tree | aa895d0518f5e24d2bf6297c1321b6ea3353440e | |
parent | 85c18cf41e760d3b9326e222c628155824836bca (diff) | |
download | gnome-common-afb9248ab5337a3d8791b5fffcaa23d847eb896a.tar.gz |
Following names changed to bring MC in accordance with curses.m4:
NO_COLOR_SUPPORT -> NO_COLOR_CURSES
SUNOS_CURSES -> USE_SUNOS_CURSES
HAS_CURSES defined in acconfig.h
config.h.in removed from CVS as it is generated by autoheader
svn path=/trunk/; revision=484
-rw-r--r-- | macros/curses.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/curses.m4 b/macros/curses.m4 index 6974a48..3dd4ffa 100644 --- a/macros/curses.m4 +++ b/macros/curses.m4 @@ -264,7 +264,7 @@ USE_NCURSES dnl dnl Try SunOS 4.x /usr/5{lib,include} ncurses - dnl The flags HAS_SUNOS_CURSES, USE_BSD_CURSES and BUGGY_CURSES + dnl The flags USE_SUNOS_CURSES, USE_BSD_CURSES and BUGGY_CURSES dnl should be replaced by a more fine grained selection routine dnl if $search_ncurses |