From: Jim Meyering Date: Sat, 30 Oct 1999 16:20:05 +0000 (+0000) Subject: remove stray comma X-Git-Tag: FILEUTILS-4_0j-trial~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5398f981395bef14f9cfe0e654b196ab1753d901;p=thirdparty%2Fcoreutils.git remove stray comma --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 58f0fc93cc..4391980860 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -77,7 +77,7 @@ AC_DEFUN(jm_CHECK_ALL_TYPES, AC_TYPE_SIZE_T AC_TYPE_UID_T AC_CHECK_TYPE(ino_t, unsigned long) - AC_TYPE_SSIZE_T, + AC_TYPE_SSIZE_T AC_REQUIRE([jm_AC_TYPE_UINTMAX_T]) AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) ])