summaryrefslogtreecommitdiffstats
path: root/gdb/configure
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-07-17 11:24:26 +0000
committerMark Kettenis <kettenis@gnu.org>2004-07-17 11:24:26 +0000
commitb1d19a627ebfbe5359f582091d2f8c5764a055ff (patch)
treef64a12263eee5fd989473de084013a9262d19c05 /gdb/configure
parent7ddd7709149d9789a53d455f7bc9ba4c83635608 (diff)
downloadppe42-binutils-b1d19a627ebfbe5359f582091d2f8c5764a055ff.tar.gz
ppe42-binutils-b1d19a627ebfbe5359f582091d2f8c5764a055ff.zip
* configure.in: Define _MSE_INT_H on Solaris 9 too.
* configure, config.in: Regenerated.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure
index 7bce8d60f6..8b7d2a94fc 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
OpenPOWER on IntegriCloud