mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 02:10:46 -08:00
(euidaccess): Check for that, not for eaccess.
(mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
This commit is contained in:
parent
ecaca5875a
commit
309daad2ae
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue