diff options
| -rw-r--r-- | configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d47e2e96a25..19668bff662 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -647,7 +647,9 @@ case "${canonical}" in | |||
| 647 | machine=iris4d opsys=irix4-0 | 647 | machine=iris4d opsys=irix4-0 |
| 648 | ;; | 648 | ;; |
| 649 | mips-sgi-irix6* ) | 649 | mips-sgi-irix6* ) |
| 650 | machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp | 650 | machine=iris4d opsys=irix6-0 |
| 651 | NON_GNU_CPP=/lib/cpp | ||
| 652 | NON_GCC_TEST_OPTIONS=-32 | ||
| 651 | ;; | 653 | ;; |
| 652 | mips-sgi-irix5.[01]* ) | 654 | mips-sgi-irix5.[01]* ) |
| 653 | machine=iris4d opsys=irix5-0 | 655 | machine=iris4d opsys=irix5-0 |
| @@ -1404,7 +1406,7 @@ AC_CHECK_LIB(m, sqrt) | |||
| 1404 | 1406 | ||
| 1405 | AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ | 1407 | AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
| 1406 | random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ | 1408 | random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ |
| 1407 | strerror fpathconf select mktime eaccess getpagesize tzset setlocale) | 1409 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale) |
| 1408 | 1410 | ||
| 1409 | # Check this now, so that we will NOT find the above functions in ncurses. | 1411 | # Check this now, so that we will NOT find the above functions in ncurses. |
| 1410 | # That is because we have not set up to link ncurses in lib-src. | 1412 | # That is because we have not set up to link ncurses in lib-src. |