diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 10:38:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 10:38:39 +0000 |
commit | 48f79abea566bc1bb9bf1c5b0a13f9f28e51713d (patch) | |
tree | d538ab550fbad229816bf1ab55cfc1b172ea38d9 | |
parent | 742d16985a3f3a7b5325d555f64541621f150966 (diff) | |
download | coreutils-48f79abea566bc1bb9bf1c5b0a13f9f28e51713d.tar.xz |
(gl_FUNC_STRDUP): Don't check for standard C headers.
-rw-r--r-- | m4/strdup.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/strdup.m4 b/m4/strdup.m4 index 08087063d..effeb60ea 100644 --- a/m4/strdup.m4 +++ b/m4/strdup.m4 @@ -1,5 +1,5 @@ -# strdup.m4 serial 1 -dnl Copyright (C) 2002 Free Software Foundation, Inc. +# strdup.m4 serial 2 +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 dnl Public License, this file may be distributed as part of a program @@ -16,7 +16,6 @@ AC_DEFUN([gl_FUNC_STRDUP], # Prerequisites of lib/strdup.c. AC_DEFUN([gl_PREREQ_STRDUP], [ - AC_REQUIRE([AC_HEADER_STDC]) : ]) |