From 99a05b37ca237b4411017f7d4433a0b7e148bb29 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 a0d7aaae1..eb3a29e6a 100644 --- a/cf/roken-frag.m4 +++ b/cf/roken-frag.m4 @@ -597,7 +597,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