2000-04-22 Ben Elliston <bje@redhat.com>

* config.guess: Fix a syntax error in the DG/UX test.
This commit is contained in:
Ben Elliston 2000-04-21 23:22:10 +00:00
parent 8dad9e8f68
commit fca8d4420d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-22 Ben Elliston <bje@redhat.com>
* config.guess: Fix a syntax error in the DG/UX test.
2000-04-06 Ben Elliston <bje@redhat.com>
* config.guess: Define _HPUX_SOURCE for the HP-UX test program.

2
config.guess vendored
View File

@ -360,7 +360,7 @@ EOF
AViiON:dgux:*:*)
# DG/UX returns AViiON for all architectures
UNAME_PROCESSOR=`/usr/bin/uname -p`
if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110]
if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
then
if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
[ ${TARGET_BINARY_INTERFACE}x = x ]