]> git.eshelyaron.com Git - emacs.git/commitdiff
(*-solaris2.[7-9]*): Fix typo.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 30 Oct 2008 02:27:28 +0000 (02:27 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 30 Oct 2008 02:27:28 +0000 (02:27 +0000)
ChangeLog
configure
configure.in

index c7daa40f8d0fca27f0a594fccb2c947d1f4e6e06..ec873420b431598c055fce5095dc37bfdbb54770 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure (*-solaris2.[7-9]*): Fix typo.
+
 2008-10-24  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (--without-sync-input, --with-pkg-config-prog):
index 0ed29d83e3fedd8b6c5d692396187898f25e1866..18fd1f917844f992cd2a1b4cc3b523052806617b 100755 (executable)
--- a/configure
+++ b/configure
@@ -2595,7 +2595,7 @@ _ACEOF
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
-      *-sunos5.[7-9]* | *-solaris[7-9]* )
+      *-sunos5.[7-9]* | *-solaris2.[7-9]* )
                opsys=sol2-6
                emacs_check_sunpro_c=yes
                NON_GNU_CPP=/usr/ccs/lib/cpp
index 29f2afe4e04b3ba30a1f298f40d7c4dc6ad2bedf..3ec853bfba22969f76d78bc24d88fb00c0bddc57 100644 (file)
@@ -478,7 +478,7 @@ dnl see the `changequote' comment above.
                NON_GNU_CPP=/usr/ccs/lib/cpp
                RANLIB="ar -ts"
                ;;
-      *-sunos5.[7-9]* | *-solaris[7-9]* )
+      *-sunos5.[7-9]* | *-solaris2.[7-9]* )
                opsys=sol2-6
                emacs_check_sunpro_c=yes
                NON_GNU_CPP=/usr/ccs/lib/cpp