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:
parent
e5f9ba7b27
commit
3e0bf9f1f0
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
Tue Jun 6 21:14:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* command.c (do_setshow_command): Accept an enum option immediatly
|
* command.c (do_setshow_command): Accept an enum option immediatly
|
||||||
|
|
2
gdb/configure
vendored
2
gdb/configure
vendored
|
@ -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
|
cat >> confdefs.h <<\EOF
|
||||||
#define _MSE_INT_H 1
|
#define _MSE_INT_H 1
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -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 and <wchar.h> that causes AC_CHECK_HEADERS to think <curses.h> doesn't
|
||||||
dnl exist.
|
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)
|
AC_DEFINE(_MSE_INT_H)
|
||||||
esac; esac
|
esac; esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue