diff options
| author | Dan Nicolaescu | 2008-10-23 19:32:19 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-10-23 19:32:19 +0000 |
| commit | 9b3362b8a14e134f2f72bb621d76b9cfaf44bedb (patch) | |
| tree | 42a99d8f7a57e7c724ae98921b6645b25dabafc4 /configure | |
| parent | bd07cecc1002004cbd3566ee1a96d994bf8f09f6 (diff) | |
| download | emacs-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-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -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. |