From 04a118006fb9062cc0de8604e5549767668603a6 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 3 Aug 2009 09:52:17 +0200 Subject: [PATCH] Add missing ',' between parameters [HEIMDAL-599] From Michael Hammer of Gentoo, make this work with autoconf-2.64 --- cf/roken-frag.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/roken-frag.m4 b/cf/roken-frag.m4 index e2b3bc8d0..187ffc36e 100644 --- a/cf/roken-frag.m4 +++ b/cf/roken-frag.m4 @@ -586,7 +586,7 @@ rk_CHECK_VAR([__progname], #include #endif]) -AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][ +AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[ #include #ifdef HAVE_UNISTD_H #include -- 2.11.4.GIT