mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess: Remove check for /usr/apollo directory.
This commit is contained in:
parent
4fe9ffeda1
commit
98d92476e9
@ -1,3 +1,7 @@
|
||||
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Remove check for /usr/apollo directory.
|
||||
|
||||
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Remove the C program that detects ancient
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -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 <<EOF
|
||||
$0: unable to guess system type
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user