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>
|
#include <err.h>
|
||||||
#endif])
|
#endif])
|
||||||
|
|
||||||
AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][
|
AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
Reference in New Issue
Block a user