]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Define _MSE_INT_H on Solaris 9 too.
authorMark Kettenis <kettenis@gnu.org>
Sat, 17 Jul 2004 11:29:08 +0000 (11:29 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 17 Jul 2004 11:29:08 +0000 (11:29 +0000)
* configure, config.in: Regenerated.

gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in

index 35f7586823e0616c3bbc92362f6ba123f2087af9..96668ed11b80988c584cfa0ba234153e9d940364 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Define _MSE_INT_H on Solaris 9 too.
+       * configure, config.in: Regenerated.
+
 2004-07-16  Andrew Cagney  <cagney@gnu.org>
 
        * defs.h (event_loop_p): Replace variable declaration with macro,
index c876d292ed52aac5f627cdd030c36300e75bf5ba..7da90384fb83c0a2777d8b35ac2f18a91dae1a2d 100644 (file)
 #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. */
index 7bce8d60f6688b33267741d19d689487763ae6df..8b7d2a94fca30dcd53e49acc9f2c22c446437c44 100755 (executable)
@@ -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
index 3daa12bf8beda01d6fc02064a7da51fab442bfcd..ef5f17a73c0ad230c644dbc10e84b8551005677c 100644 (file)
@@ -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)