From: Jim Meyering Date: Sat, 26 Feb 2000 21:28:10 +0000 (+0000) Subject: whoops. Add commas in parenthesized list of functions in call X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10987bbf0a49e6bfdb7c402a3a396e209eb003d;p=pspp whoops. Add commas in parenthesized list of functions in call to AC_CHECK_DECLS. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index f07d11180d..544f15d66b 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -39,9 +39,9 @@ AC_DEFUN(jm_CHECK_DECLS, #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.