Add missing ',' between parameters [HEIMDAL-599]

From Michael Hammer of Gentoo, make this work with autoconf-2.64
This commit is contained in:
Love Hornquist Astrand
2009-08-03 09:52:17 +02:00
parent 296ebb00ba
commit 99a05b37ca

View File

@@ -597,7 +597,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>