From 309daad2aee34cd0f9acdbe4800792f3bf6c00a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Jun 1996 06:47:14 +0000 Subject: [PATCH] (euidaccess): Check for that, not for eaccess. (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS. --- configure.in | 6 ++++-- 1 file 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 machine=iris4d opsys=irix4-0 ;; mips-sgi-irix6* ) - machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp + machine=iris4d opsys=irix6-0 + NON_GNU_CPP=/lib/cpp + NON_GCC_TEST_OPTIONS=-32 ;; mips-sgi-irix5.[01]* ) machine=iris4d opsys=irix5-0 @@ -1404,7 +1406,7 @@ AC_CHECK_LIB(m, sqrt) AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ -strerror fpathconf select mktime eaccess getpagesize tzset setlocale) +strerror fpathconf select mktime euidaccess getpagesize tzset setlocale) # Check this now, so that we will NOT find the above functions in ncurses. # That is because we have not set up to link ncurses in lib-src. -- 2.39.2