summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index f9374cff2..08c85fa37 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 88 -*- autoconf -*-
+#serial 89 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -174,6 +174,7 @@ AC_DEFUN([gl_MACROS],
AC_REQUIRE([gl_FUNC_FREE])
AC_REQUIRE([gl_FUNC_CHDIR_LONG])
+ AC_REQUIRE([gl_FUNC_XFTS])
])
# These tests must be run before any use of AC_CHECK_TYPE,