From 68a2d6a0a4df6353cfad8579a3e5a595b0e5a2bc Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 28 Aug 2002 19:31:25 +0000 Subject: [PATCH] AC_TEST_PACKAGE_NEW -> rk_TEST_PACKAGE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11275 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index f5f6ee369..cb1c609f8 100644 --- a/configure.in +++ b/configure.in @@ -75,7 +75,7 @@ dnl AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roke rk_ROKEN(lib/roken) LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken" -AC_TEST_PACKAGE_NEW(openldap, +rk_TEST_PACKAGE(openldap, [#include #include ], [-lldap -llber],,,OPENLDAP) @@ -84,7 +84,7 @@ if test "$openldap_libdir"; then LIB_openldap="-R $openldap_libdir $LIB_openldap" fi -AC_TEST_PACKAGE_NEW(krb4,[#include ],-lkrb,-ldes,/usr/athena, KRB4, krb4-config) +rk_TEST_PACKAGE(krb4,[#include ],-lkrb,-ldes,/usr/athena, KRB4, krb4-config) LIB_kdb= if test "$with_krb4" != "no"; then @@ -215,11 +215,11 @@ AC_CHECK_OSFC2 rk_CHECK_MAN -AC_TEST_PACKAGE_NEW(readline, +rk_TEST_PACKAGE(readline, [#include #include ],-lreadline,,, READLINE) -AC_TEST_PACKAGE_NEW(hesiod,[#include ],-lhesiod,,, HESIOD) +rk_TEST_PACKAGE(hesiod,[#include ],-lhesiod,,, HESIOD) KRB_C_BIGENDIAN AC_C_INLINE