aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu2008-10-23 19:32:19 +0000
committerDan Nicolaescu2008-10-23 19:32:19 +0000
commit9b3362b8a14e134f2f72bb621d76b9cfaf44bedb (patch)
tree42a99d8f7a57e7c724ae98921b6645b25dabafc4 /configure
parentbd07cecc1002004cbd3566ee1a96d994bf8f09f6 (diff)
downloademacs-9b3362b8a14e134f2f72bb621d76b9cfaf44bedb.tar.gz
emacs-9b3362b8a14e134f2f72bb621d76b9cfaf44bedb.zip
* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
Use sol2-6.h for Solaris 7-9. * s/sol2-10.h: New file.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure
index c78ee2cf5dc..cc57896cb7e 100755
--- a/configure
+++ b/configure
@@ -2581,10 +2581,15 @@ _ACEOF
2581 NON_GNU_CPP=/usr/ccs/lib/cpp 2581 NON_GNU_CPP=/usr/ccs/lib/cpp
2582 RANLIB="ar -ts" 2582 RANLIB="ar -ts"
2583 ;; 2583 ;;
2584 *-sunos5* | *-solaris* ) 2584 *-sunos5.[7-9]* | *-solaris[7-9]* )
2585 opsys=sol2-6 2585 opsys=sol2-6
2586 emacs_check_sunpro_c=yes 2586 emacs_check_sunpro_c=yes
2587 NON_GNU_CPP=/usr/ccs/lib/cpp 2587 NON_GNU_CPP=/usr/ccs/lib/cpp
2588
2589 *-sunos5* | *-solaris* )
2590 opsys=sol2-10
2591 emacs_check_sunpro_c=yes
2592 NON_GNU_CPP=/usr/ccs/lib/cpp
2588 ;; 2593 ;;
2589 esac 2594 esac
2590 ## Watch out for a compiler that we know will not work. 2595 ## Watch out for a compiler that we know will not work.