Add missing ',' between parameters [HEIMDAL-599]
authorLove Hornquist Astrand <lha@h5l.org>
Mon, 3 Aug 2009 07:52:17 +0000 (09:52 +0200)
committerLove Hornquist Astrand <lha@h5l.org>
Mon, 3 Aug 2009 07:54:03 +0000 (09:54 +0200)
From Michael Hammer of Gentoo, make this work with autoconf-2.64

cf/roken-frag.m4

index e2b3bc8d04e07787de029a5f81814225c1e5ae96..187ffc36e97013d0793979d5ae8bef5b621fafbf 100644 (file)
@@ -586,7 +586,7 @@ rk_CHECK_VAR([__progname],
 #include <err.h>
 #endif])
 
-AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][
+AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[
 #include <stdlib.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>