Revert. Fix extraneous 'fi'.

This commit is contained in:
Ben Elliston
2019-05-28 15:29:39 +10:00
parent 0e33211d96
commit bad92f031d
3 changed files with 0 additions and 8 deletions

1
config.guess vendored
View File

@ -1330,7 +1330,6 @@ EOF
case $UNAME_PROCESSOR in
unknown) UNAME_PROCESSOR=powerpc ;;
esac
fi
if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \