diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-10-23 19:32:19 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-10-23 19:32:19 +0000 |
commit | 9b3362b8a14e134f2f72bb621d76b9cfaf44bedb (patch) | |
tree | 42a99d8f7a57e7c724ae98921b6645b25dabafc4 /configure | |
parent | bd07cecc1002004cbd3566ee1a96d994bf8f09f6 (diff) | |
download | emacs-9b3362b8a14e134f2f72bb621d76b9cfaf44bedb.tar.gz |
* 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-x | configure | 7 |
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 NON_GNU_CPP=/usr/ccs/lib/cpp RANLIB="ar -ts" ;; - *-sunos5* | *-solaris* ) + *-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-10 + emacs_check_sunpro_c=yes + NON_GNU_CPP=/usr/ccs/lib/cpp ;; esac ## Watch out for a compiler that we know will not work. |