From 6e9f0b90441475c2821a5edba68c784ee60fedd3 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 10 Sep 2002 15:14:50 +0000 Subject: [PATCH] we don't set package_libdir anymore, so no point in testing for it git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11431 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.in b/configure.in index 8c900f054..da9221d8b 100644 --- a/configure.in +++ b/configure.in @@ -63,10 +63,6 @@ rk_TEST_PACKAGE(openldap, #include ], [-lldap -llber],,,OPENLDAP) -if test "$openldap_libdir"; then - LIB_openldap="-R $openldap_libdir $LIB_openldap" -fi - rk_TEST_PACKAGE(krb4,[#include ],-lkrb,-ldes,/usr/athena, KRB4, krb4-config) LIB_kdb= @@ -159,10 +155,6 @@ if test "$with_krb4" != "no"; then LIBS="$save_LIBS" CFLAGS="$save_CFLAGS" LIB_kdb="-lkdb -lkrb" - if test "$krb4_libdir"; then - LIB_krb4="-R $krb4_libdir $LIB_krb4" - LIB_kdb="-R $krb4_libdir -L$krb4_libdir $LIB_kdb" - fi fi AM_CONDITIONAL(KRB4, test "$with_krb4" != "no") AM_CONDITIONAL(KRB5, true)