head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.09.17.00.48.42;	author cy;	state dead;
branches;
next	1.1;

1.1
date	2006.07.16.16.15.08;	author cy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update krb5-1.5 --> krb5-1.5.1

Submitted by:	Paul Vixie <paul@@vix.com>
@
text
@--- tests/configure.orig	Fri Jun 30 22:10:06 2006
+++ tests/configure	Sun Jul 16 08:36:33 2006
@@@@ -5303,13 +5303,13 @@@@
 CFLAGS="$old_CFLAGS"
 
 
-echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for dlopen in -lc" >&5
+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
+LIBS="$LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@@@ -5368,7 +5368,7 @@@@
 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 if test $ac_cv_lib_dl_dlopen = yes; then
-  DL_LIB=-ldl
+  DL_LIB=""
 
 cat >>confdefs.h <<\_ACEOF
 #define USE_DLOPEN 1
@


1.1
log
@Fix plugin loader. This fixes krb5kdc and kdb5_util.
@
text
@@

