changeset 2283:44d72f7045ab

whoops. Add commas in parenthesized list of functions in call to AC_CHECK_DECLS.
author Jim Meyering <jim@meyering.net>
date Sat, 26 Feb 2000 21:28:10 +0000
parents 6c51d6252181
children ce1bca7b77d5
files m4/check-decl.m4
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -39,9 +39,9 @@
 #endif
 '
 
-  AC_CHECK_DECLS(
-    (free lseek malloc memchr nanosleep realloc stpcpy strstr strtoul strtoull),
-    , , $headers)
+  AC_CHECK_DECLS((free, lseek, malloc, memchr, nanosleep,
+                  realloc, stpcpy, strstr, strtoul, strtoull),
+                  , , $headers)
 ])
 
 dnl FIXME: when autoconf has support for it.