aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-29 06:47:14 +0000
committerRichard M. Stallman1996-06-29 06:47:14 +0000
commit309daad2aee34cd0f9acdbe4800792f3bf6c00a9 (patch)
tree211182a2c5f987b72f8715992d41653dab23076e
parentecaca5875ac0124921267ee81894f82fc40afec0 (diff)
downloademacs-309daad2aee34cd0f9acdbe4800792f3bf6c00a9.tar.gz
emacs-309daad2aee34cd0f9acdbe4800792f3bf6c00a9.zip
(euidaccess): Check for that, not for eaccess.
(mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
-rw-r--r--configure.in6
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
1405AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ 1407AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
1406random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ 1408random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
1407strerror fpathconf select mktime eaccess getpagesize tzset setlocale) 1409strerror 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.