From: Jim Meyering Date: Wed, 15 Jan 2003 17:32:13 +0000 (+0000) Subject: Check for declaration of stpcpy. X-Git-Tag: v4.5.5~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24ceb3b32681f1fa7548ca41d4bbb6cc78ca9d8;p=thirdparty%2Fcoreutils.git Check for declaration of stpcpy. --- diff --git a/m4/ftw.m4 b/m4/ftw.m4 index bbb366e525..00c78f4191 100644 --- a/m4/ftw.m4 +++ b/m4/ftw.m4 @@ -8,6 +8,7 @@ AC_DEFUN([AC_FUNC_FTW], # prerequisites AC_REQUIRE([AC_HEADER_DIRENT]) AC_CHECK_HEADERS(sys/param.h) + AC_CHECK_DECLS([stpcpy]) # The following test would fail prior to glibc-2.3.2, because `depth' # would be 2 rather than 4.