diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-12 20:41:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-12 20:41:57 +0000 |
commit | 50948a1bb28a29f1c65a22ff4518990d35269c53 (patch) | |
tree | 568f748a0fd130a470a4a3c1676c77deddffa44f | |
parent | ddeb6f76d612680c9bd92ce8108e6dc13c4d56f9 (diff) | |
download | coreutils-50948a1bb28a29f1c65a22ff4518990d35269c53.tar.xz |
(gl_PREREQ_MKTIME): Don't check for standard C headers.
-rw-r--r-- | m4/mktime.m4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/m4/mktime.m4 b/m4/mktime.m4 index 2131cff4f..94ed67f70 100644 --- a/m4/mktime.m4 +++ b/m4/mktime.m4 @@ -1,4 +1,4 @@ -# mktime.m4 serial 2 +# mktime.m4 serial 4 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -199,7 +199,4 @@ AC_DEFUN([gl_FUNC_MKTIME], ]) # Prerequisites of lib/mktime.c. -AC_DEFUN([gl_PREREQ_MKTIME], [ - AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_HEADERS_ONCE(limits.h) -]) +AC_DEFUN([gl_PREREQ_MKTIME], [:]) |