summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-30 14:53:17 +0000
committerJim Meyering <jim@meyering.net>2004-11-30 14:53:17 +0000
commit05a4f05eb540a7f4f8ba5cc5481b8db4d807b31a (patch)
treef2f060fa0e9ecac125e6d1221ee32bca9edb8a61 /m4/jm-macros.m4
parente98803ca48969ead81e753f06bc3dbf10669fb6b (diff)
downloadcoreutils-05a4f05eb540a7f4f8ba5cc5481b8db4d807b31a.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 7c45af20b..a66060a62 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,