correct some AC_LANG_SOURCE/AC_LANG_PROGRAM snafu
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14166 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -5,7 +5,7 @@ dnl Test for `struct spwd'
|
||||
AC_DEFUN([AC_KRB_STRUCT_SPWD], [
|
||||
AC_MSG_CHECKING(for struct spwd)
|
||||
AC_CACHE_VAL(ac_cv_struct_spwd, [
|
||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
#include <pwd.h>
|
||||
#ifdef HAVE_SHADOW_H
|
||||
#include <shadow.h>
|
||||
|
Reference in New Issue
Block a user