From: Dan Nicolaescu Date: Thu, 30 Oct 2008 02:27:28 +0000 (+0000) Subject: (*-solaris2.[7-9]*): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~2092 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2194ea1ceb8b4544a804cf663052beaffa5e843f;p=emacs.git (*-solaris2.[7-9]*): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index c7daa40f8d0..ec873420b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-30 Dan Nicolaescu + + * configure (*-solaris2.[7-9]*): Fix typo. + 2008-10-24 Glenn Morris * 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 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 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. 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