diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index b79c6124b52..f435d752c2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu> - * configure.in: Use macppc for Darwin. + * configure.in: Use macppc for Darwin. Remove references to + desupported systems. * configure: Regenerate. 2008-07-05 Glenn Morris <rgm@gnu.org> diff --git a/configure b/configure index c5c3ee640b9..b3b36a7593b 100755 --- a/configure +++ b/configure @@ -2530,7 +2530,7 @@ _ACEOF machine=sparc opsys=gnu-linux ;; - *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ + *-sun-solaris* \ | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ | rs6000-*-solaris2*) case "${canonical}" in diff --git a/configure.in b/configure.in index 847e98980fe..8c079482ec2 100644 --- a/configure.in +++ b/configure.in @@ -433,7 +433,7 @@ dnl see the `changequote' comment above. machine=sparc opsys=gnu-linux ;; - *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ + *-sun-solaris* \ | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ | rs6000-*-solaris2*) case "${canonical}" in |