summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to '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,