aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu2008-10-30 02:27:28 +0000
committerDan Nicolaescu2008-10-30 02:27:28 +0000
commit2194ea1ceb8b4544a804cf663052beaffa5e843f (patch)
tree17e6ca5ab9a80e0fe4f3779b1714230be5a64e0f /configure
parent601a9cf1e3376caefba7bfe4e60402ac1ec219dd (diff)
downloademacs-2194ea1ceb8b4544a804cf663052beaffa5e843f.tar.gz
emacs-2194ea1ceb8b4544a804cf663052beaffa5e843f.zip
(*-solaris2.[7-9]*): Fix typo.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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