2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>

* configure.in: Enable autoconf to find curses.h on Solaris 2.8.
	* configure: Regenerate.
This commit is contained in:
Michael Snyder 2000-06-07 01:14:07 +00:00
parent e5f9ba7b27
commit 3e0bf9f1f0
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
* configure.in: Enable autoconf to find curses.h on Solaris 2.8.
* configure: Regenerate.
Tue Jun 6 21:14:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
* command.c (do_setshow_command): Accept an enum option immediatly

2
gdb/configure vendored
View File

@ -3334,7 +3334,7 @@ fi
case $host_os in solaris2.7) case "$GCC" in yes)
case $host_os in solaris2.7 | solaris2.8) case "$GCC" in yes)
cat >> confdefs.h <<\EOF
#define _MSE_INT_H 1
EOF

View File

@ -95,7 +95,7 @@ dnl Solaris 7 needs _MSE_INT_H defined to avoid a clash between <widec.h>
dnl and <wchar.h> that causes AC_CHECK_HEADERS to think <curses.h> doesn't
dnl exist.
case $host_os in solaris2.7) case "$GCC" in yes)
case $host_os in solaris2.7 | solaris2.8) case "$GCC" in yes)
AC_DEFINE(_MSE_INT_H)
esac; esac