]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(jm_PREREQ_TEMPNAME): Do not require standard C headers.
authorJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:46:07 +0000 (10:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:46:07 +0000 (10:46 +0000)
m4/mkstemp.m4

index fd182935d40df76c3514bd88c9f51551b3465fd0..3d379fd2bf157eb26acb69ac72bcfa872f2df300 100644 (file)
@@ -57,7 +57,6 @@ AC_DEFUN([gl_PREREQ_MKSTEMP],
 # Prerequisites of lib/tempname.c.
 AC_DEFUN([jm_PREREQ_TEMPNAME],
 [
-  AC_REQUIRE([AC_HEADER_STDC])
   AC_REQUIRE([AC_HEADER_STAT])
   AC_CHECK_HEADERS_ONCE(fcntl.h sys/time.h unistd.h)
   AC_CHECK_HEADERS(stdint.h)