From 978b02b16fa7cae814c37a6de0bca4b3e8731d22 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 4 Dec 1999 19:48:35 +0000 Subject: [PATCH] move AC_KRB_IPv6 to make sure it's performed before AC_BROKEN (el_init): use new feature of AC_FIND_FUNC_NO_LIBS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7507 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 23c54b754..910de2797 100644 --- a/configure.in +++ b/configure.in @@ -351,6 +351,7 @@ fi AM_CONDITIONAL(have_err_h, test "$ac_cv_header_err_h" = yes) AM_CONDITIONAL(have_fnmatch_h, test "$ac_cv_header_fnmatch_h" = yes) +AC_KRB_IPV6 dnl Checks for libraries. @@ -725,8 +726,6 @@ AC_CHECK_VAR( [#include ], timezone) -AC_KRB_IPV6 - AC_HAVE_TYPE([sa_family_t],[#include ]) AC_HAVE_TYPE([socklen_t],[#include ]) @@ -779,10 +778,7 @@ fi dnl readline -save_LIBS="$LIBS" -LIBS="$LIB_tgetent $LIBS" -AC_FIND_FUNC_NO_LIBS(readline, edit readline) -LIBS="$save_LIBS" +AC_FIND_FUNC_NO_LIBS(el_init, edit, [], [], [$LIB_tgetent]) ac_foo=no if test "$with_readline" = yes; then :