summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-07-17 11:29:08 +0000
committerMark Kettenis <kettenis@gnu.org>2004-07-17 11:29:08 +0000
commitd69554a29f4f20b86a7e8762af817221671fc2c4 (patch)
tree7e1e639120b2b46be2d448eb0fb260002993f334
parentc21926f724e8f9c949308504ad26e23c3345a939 (diff)
downloadgdb-d69554a29f4f20b86a7e8762af817221671fc2c4.tar.gz
* configure.in: Define _MSE_INT_H on Solaris 9 too.
* configure, config.in: Regenerated.
-rw-r--r--gdb/config.in2
-rwxr-xr-xgdb/configure4
-rw-r--r--gdb/configure.in6
3 files changed, 6 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in
index c876d292ed5..7da90384fb8 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -450,7 +450,7 @@
#undef HAVE__ETEXT
/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
- Solaris 2.[78] when using GCC. */
+ Solaris 2.[789] when using GCC. */
#undef _MSE_INT_H
/* Define to 1 if we found this declaration otherwise define to 0. */
diff --git a/gdb/configure b/gdb/configure
index 7bce8d60f66..8b7d2a94fca 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -5563,11 +5563,11 @@ fi
done
-# On Solaris 2.[78], we need to define _MSE_INT_H to avoid a clash
+# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
# think that we don't have <curses.h> if we're using GCC.
case $host_os in
- solaris2.[78])
+ solaris2.[789])
if test "$GCC" = yes; then
cat >> confdefs.h <<\EOF
#define _MSE_INT_H 1
diff --git a/gdb/configure.in b/gdb/configure.in
index 3daa12bf8be..ef5f17a73c0 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -369,15 +369,15 @@ AC_CHECK_HEADERS(sys/wait.h wait.h)
AC_CHECK_HEADERS(termios.h termio.h sgtty.h)
AC_CHECK_HEADERS(unistd.h)
-# On Solaris 2.[78], we need to define _MSE_INT_H to avoid a clash
+# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash
# between <widec.h> and <wchar.h> that would cause AC_CHECK_HEADERS to
# think that we don't have <curses.h> if we're using GCC.
case $host_os in
- solaris2.[[78]])
+ solaris2.[[789]])
if test "$GCC" = yes; then
AC_DEFINE(_MSE_INT_H, 1,
[[Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
- Solaris 2.[78] when using GCC. ]])
+ Solaris 2.[789] when using GCC. ]])
fi ;;
esac
AC_CHECK_HEADERS(curses.h ncurses.h term.h)