diff options
| -rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index d3fb06986a5..aa117382024 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -158,7 +158,7 @@ EOF | |||
| 158 | elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then | 158 | elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then |
| 159 | IBM_REV=4.1.1 | 159 | IBM_REV=4.1.1 |
| 160 | else | 160 | else |
| 161 | IBM_REV=4 | 161 | IBM_REV=4.${UNAME_RELEASE} |
| 162 | fi | 162 | fi |
| 163 | echo ${IBM_ARCH}-ibm-aix${IBM_REV} | 163 | echo ${IBM_ARCH}-ibm-aix${IBM_REV} |
| 164 | exit 0 ;; | 164 | exit 0 ;; |