]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(jm_MACROS): Require gl_FUNC_FREE.
authorJim Meyering <jim@meyering.net>
Wed, 5 Nov 2003 22:47:44 +0000 (22:47 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Nov 2003 22:47:44 +0000 (22:47 +0000)
m4/jm-macros.m4

index 7276e9807be5e6709210c925d559ee3e7ddf5cd7..f37504c6e4fb8df768cf2326ae584c7ee334b71b 100644 (file)
@@ -148,6 +148,8 @@ AC_DEFUN([jm_MACROS],
   # use the corresponding stub.
   AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)])
   AC_CHECK_FUNC([fchown], , [AC_LIBOBJ(fchown-stub)])
+
+  AC_REQUIRE([gl_FUNC_FREE])
 ])
 
 # These tests must be run before any use of AC_CHECK_TYPE,