From: Jim Meyering Date: Tue, 30 Nov 2004 14:53:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a4f05eb540a7f4f8ba5cc5481b8db4d807b31a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 7c45af20be..a66060a62d 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -177,7 +177,7 @@ AC_DEFUN([gl_MACROS], AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)]) AC_REQUIRE([gl_FUNC_FREE]) - AC_REQUIRE([gl_FUNC_CHDIR]) + AC_REQUIRE([gl_FUNC_CHDIR_LONG]) ]) # These tests must be run before any use of AC_CHECK_TYPE,