]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
undo last change
authorJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 21:10:04 +0000 (21:10 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 21:10:04 +0000 (21:10 +0000)
m4/jm-macros.m4

index 3bc2e4e8b2f2dbed519b2799e9d0411064ef49df..65c9ebf0a989580e71b65043a91f47bc4e2ec0fa 100644 (file)
@@ -167,8 +167,6 @@ 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_READTOKENS])
 ])
 
 # These tests must be run before any use of AC_CHECK_TYPE,