diff options
author | Dave Love <fx@gnu.org> | 2002-12-09 18:05:34 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-12-09 18:05:34 +0000 |
commit | 6b62aa3a719a2143b01c030ad3c35d6305958840 (patch) | |
tree | 69a6de57db1722359dc69db49ecbcd9206f5c862 /configure.in | |
parent | 10d44a9905e7168f96e128dbcfac2f2645937d25 (diff) | |
download | emacs-6b62aa3a719a2143b01c030ad3c35d6305958840.tar.gz |
Delete sunos5.8 configuration.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 5087dd94e7e..5a0f928b2ef 100644 --- a/configure.in +++ b/configure.in @@ -942,11 +942,6 @@ case "${canonical}" in NON_GNU_CPP=/usr/ccs/lib/cpp RANLIB="ar -ts" ;; - *-sunos5.8* | *-solaris2.8* ) - opsys=sol2-8 - NON_GNU_CPP=/usr/ccs/lib/cpp - RANLIB="ar -ts" - ;; *-sunos5* | *-solaris* ) opsys=sol2-8 NON_GNU_CPP=/usr/ccs/lib/cpp |