* configure.in: Enable autoconf to find curses.h on Solaris 2.8.
	* configure: Regenerate.
+2000-06-06  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * configure.in: Enable autoconf to find curses.h on Solaris 2.8.
+       * configure: Regenerate.
+
 Tue Jun  6 21:14:47 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * command.c (do_setshow_command): Accept an enum option immediatly
 
 
 
 
-case $host_os in solaris2.7) case "$GCC" in yes)
+case $host_os in solaris2.7 | solaris2.8) case "$GCC" in yes)
     cat >> confdefs.h <<\EOF
 #define _MSE_INT_H 1
 EOF
 
 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