* configure.in: Define _MSE_INT_H on Solaris 9 too.
[binutils-gdb.git] / gdb / configure
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