1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Test for mkstemp.

This commit is contained in:
Dave Love 2000-11-07 18:09:06 +00:00
parent acad3c0b5a
commit 7bb9a03671

View file

@ -1928,7 +1928,8 @@ rename closedir mkdir rmdir sysinfo \
random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
__fpending mblen mbrlen strsignal setitimer ualarm index rindex gai_strerror)
__fpending mblen mbrlen strsignal setitimer ualarm index rindex \
gai_strerror mkstemp)
AC_FUNC_MKTIME
if test "$ac_cv_func_working_mktime" = no; then