Fix _ALL_SOURCE def to get working headers on AIX, From Ted Percival

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24639 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-07 04:06:53 +00:00
parent 12a7a9e488
commit 7e61cc4f3b
2 changed files with 9 additions and 6 deletions

View File

@@ -29,6 +29,10 @@ AB_INIT
rk_SYS_LARGEFILE
rk_AIX
rk_IRIX
rk_SUNOS
dnl
dnl this is needed to run the configure tests against glibc
dnl
@@ -215,10 +219,6 @@ rk_TEST_PACKAGE(hesiod,[#include <hesiod.h>],-lhesiod,,, HESIOD)
KRB_C_BIGENDIAN
AC_C_INLINE
rk_AIX
rk_IRIX
rk_SUNOS
KRB_CHECK_X
AM_CONDITIONAL(HAVE_X, test "$no_x" != yes)