--- configure.in.orig	Mon Nov  3 23:56:14 2003
+++ configure.in	Tue Feb 15 03:58:15 2005
@@ -340,7 +340,7 @@ AC_CHECK_FUNCS(ldap_str2objectclass ldap
 AC_ARG_WITH(kerberos-prefix,
 	    [  --with-kerberos-prefix=PFX Prefix where Kerberos is installed],
 	    [
-	     LIBS="-L$with_kerberos_prefix/lib -lkrb5 -ldes425 $LIBS"
+	     LIBS="-L$with_kerberos_prefix/lib -lkrb5 $LIBS"
 	     AC_DEFINE(HAVE_KERBEROS,1,[Define if you have Kerberos installed])
 	     HAVE_KERBEROS=1
 	    ]
@@ -491,7 +491,7 @@ AC_ARG_ENABLE(browser-dnd,
 
 dnl Only use -Wall if we have gcc
 if test "x$GCC" = "xyes"; then
-    for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -Wfloat-equal
+    for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith
     do
 # The following should work as well, but might (?) be less portable
 #	if ! echo "$CFLAGS" | grep -q -w -- "$A" ; then
