diff --git a/ChangeLog b/ChangeLog index dc547f5..fdad959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-25 Ben Elliston + + * config.guess: Remove check for /usr/apollo directory. + 2014-01-25 Ben Elliston * config.guess: Remove the C program that detects ancient diff --git a/config.guess b/config.guess index 053c16a..92fe65f 100755 --- a/config.guess +++ b/config.guess @@ -1371,10 +1371,6 @@ EOF exit ;; esac -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - cat >&2 <