mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
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
@ -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
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
|
||||
#define _MSE_INT_H 1
|
||||
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 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user