diff configure.in @ 99087:9e243867e168

* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h. Use sol2-6.h for Solaris 7-9. * s/sol2-10.h: New file.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 23 Oct 2008 19:32:19 +0000
parents 09f1342109b9
children adf0c683dda2
line wrap: on
line diff
--- a/configure.in	Thu Oct 23 13:46:17 2008 +0000
+++ b/configure.in	Thu Oct 23 19:32:19 2008 +0000
@@ -471,8 +471,13 @@
 		NON_GNU_CPP=/usr/ccs/lib/cpp
 		RANLIB="ar -ts"
 		;;
+      *-sunos5.[7-9]* | *-solaris[7-9]* )
+		opsys=sol2-6
+		emacs_check_sunpro_c=yes
+		NON_GNU_CPP=/usr/ccs/lib/cpp
+
       *-sunos5* | *-solaris* )
-		opsys=sol2-6
+		opsys=sol2-10
 		emacs_check_sunpro_c=yes
 		NON_GNU_CPP=/usr/ccs/lib/cpp
 		;;