From 2194ea1ceb8b4544a804cf663052beaffa5e843f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 30 Oct 2008 02:27:28 +0000 Subject: [PATCH] (*-solaris2.[7-9]*): Fix typo. --- ChangeLog | 4 ++++ configure | 2 +- configure.in | 2 +- 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 @@ +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 -- 2.39.5