diff options
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2580d9cdae2..f7f2f053731 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -773,7 +773,7 @@ case "${canonical}" in | |||
| 773 | # so that, for instance, grepping for `free' in stdlib.h fails and | 773 | # so that, for instance, grepping for `free' in stdlib.h fails and |
| 774 | # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | 774 | # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). |
| 775 | NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | 775 | NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" |
| 776 | NON_GCC_TEST_OPTIONS="-n32 -G0 -D_LANGUAGE_C" | 776 | NON_GCC_TEST_OPTIONS="-n32 -D_LANGUAGE_C" |
| 777 | ;; | 777 | ;; |
| 778 | mips-sgi-irix6* ) | 778 | mips-sgi-irix6* ) |
| 779 | machine=iris4d opsys=irix6-0 | 779 | machine=iris4d opsys=irix6-0 |