Mercurial > emacs
changeset 33283:4a8304668f5c
Test for mkstemp.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 07 Nov 2000 18:09:06 +0000 |
parents | e173b6ea0fde |
children | 378de628b526 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Nov 07 17:33:35 2000 +0000 +++ b/configure.in Tue Nov 07 18:09:06 2000 +0000 @@ -1928,7 +1928,8 @@ 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