aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c7daa40f8d0..ec873420b43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure (*-solaris2.[7-9]*): Fix typo.
4
12008-10-24 Glenn Morris <rgm@gnu.org> 52008-10-24 Glenn Morris <rgm@gnu.org>
2 6
3 * configure.in (--without-sync-input, --with-pkg-config-prog): 7 * configure.in (--without-sync-input, --with-pkg-config-prog):
diff --git a/configure b/configure
index 0ed29d83e3f..18fd1f91784 100755
--- a/configure
+++ b/configure
@@ -2595,7 +2595,7 @@ _ACEOF
2595 NON_GNU_CPP=/usr/ccs/lib/cpp 2595 NON_GNU_CPP=/usr/ccs/lib/cpp
2596 RANLIB="ar -ts" 2596 RANLIB="ar -ts"
2597 ;; 2597 ;;
2598 *-sunos5.[7-9]* | *-solaris[7-9]* ) 2598 *-sunos5.[7-9]* | *-solaris2.[7-9]* )
2599 opsys=sol2-6 2599 opsys=sol2-6
2600 emacs_check_sunpro_c=yes 2600 emacs_check_sunpro_c=yes
2601 NON_GNU_CPP=/usr/ccs/lib/cpp 2601 NON_GNU_CPP=/usr/ccs/lib/cpp
diff --git a/configure.in b/configure.in
index 29f2afe4e04..3ec853bfba2 100644
--- a/configure.in
+++ b/configure.in
@@ -478,7 +478,7 @@ dnl see the `changequote' comment above.
478 NON_GNU_CPP=/usr/ccs/lib/cpp 478 NON_GNU_CPP=/usr/ccs/lib/cpp
479 RANLIB="ar -ts" 479 RANLIB="ar -ts"
480 ;; 480 ;;
481 *-sunos5.[7-9]* | *-solaris[7-9]* ) 481 *-sunos5.[7-9]* | *-solaris2.[7-9]* )
482 opsys=sol2-6 482 opsys=sol2-6
483 emacs_check_sunpro_c=yes 483 emacs_check_sunpro_c=yes
484 NON_GNU_CPP=/usr/ccs/lib/cpp 484 NON_GNU_CPP=/usr/ccs/lib/cpp