aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-06-07 01:14:07 +0000
committerMichael Snyder <msnyder@vmware.com>2000-06-07 01:14:07 +0000
commit3e0bf9f1f0e77a5d40d6799fa49795350c39333e (patch)
tree22b402c526bddcdfcf8f12c2f9eb30993387f682 /gdb/configure.in
parente5f9ba7b275c944b7234072bfce0d9e9689f0ffb (diff)
downloadgdb-3e0bf9f1f0e77a5d40d6799fa49795350c39333e.zip
gdb-3e0bf9f1f0e77a5d40d6799fa49795350c39333e.tar.gz
gdb-3e0bf9f1f0e77a5d40d6799fa49795350c39333e.tar.bz2
2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
* configure.in: Enable autoconf to find curses.h on Solaris 2.8. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index d7a725e..3421028 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -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