From f10987bbf0a49e6bfdb7c402a3a396e209eb003d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Feb 2000 21:28:10 +0000 Subject: [PATCH] whoops. Add commas in parenthesized list of functions in call to AC_CHECK_DECLS. --- m4/check-decl.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.30.2