diff options
author | Pavel Roskin <proskin@src.gnome.org> | 1998-11-26 20:27:06 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 1998-11-26 20:27:06 +0800 |
commit | 4faeacf5abb764837e14e1767104f263368b9d0d (patch) | |
tree | ace62a61213a0fa96dcde88c6dc1dfa074e416d1 /macros/curses.m4 | |
parent | 5b0d0d575c869fec1f078deee91978f52b878d98 (diff) | |
download | gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.tar gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.tar.gz gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.tar.bz2 gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.tar.lz gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.tar.xz gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.tar.zst gsoc2013-evolution-4faeacf5abb764837e14e1767104f263368b9d0d.zip |
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=488
Diffstat (limited to 'macros/curses.m4')
-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 6974a48594..3dd4ffaa4c 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 |