]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that.
authorJim Meyering <jim@meyering.net>
Wed, 24 May 2000 07:49:38 +0000 (07:49 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 May 2000 07:49:38 +0000 (07:49 +0000)
m4/jm-macros.m4

index 41130aa1764f9dd801dc14e9a1698767a064825b..becededa4e4cbb97d8dc7833d488a3bd8c325d73 100644 (file)
@@ -1,4 +1,4 @@
-#serial 17
+#serial 18
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.
 
@@ -232,7 +232,7 @@ AC_DEFUN(jm_CHECK_ALL_TYPES,
 
   AC_REQUIRE([AC_HEADER_DIRENT])
   AC_REQUIRE([AC_HEADER_STDC])
-  AC_CHECK_MEMBERS((struct stat.st_blksize),,,[$ac_includes_default
+  AC_CHECK_MEMBERS([struct stat.st_blksize],,,[$ac_includes_default
 #include <sys/stat.h>
   ])
   AC_REQUIRE([AC_STRUCT_ST_BLOCKS])