Add missing ',' between parameters [HEIMDAL-599]
From Michael Hammer of Gentoo, make this work with autoconf-2.64
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user