mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(*-solaris2.[7-9]*): Fix typo.
This commit is contained in:
parent
601a9cf1e3
commit
2194ea1ceb
3 changed files with 6 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue