svn commit: samba r4384 - in branches/SAMBA_4_0/source/libads: .

abartlet at samba.org abartlet at samba.org
Tue Dec 28 23:56:03 GMT 2004


Author: abartlet
Date: 2004-12-28 23:55:58 +0000 (Tue, 28 Dec 2004)
New Revision: 4384

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4384

Log:
Try again to fix compiling against a specified KRB5 library.

The strong feeling I get is that this is just not possible, if as
Fedora has, the MIT installation is in /usr/lib, but this is one step
closer anyway.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libads/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/libads/config.m4
===================================================================
--- branches/SAMBA_4_0/source/libads/config.m4	2004-12-28 23:28:02 UTC (rev 4383)
+++ branches/SAMBA_4_0/source/libads/config.m4	2004-12-28 23:55:58 UTC (rev 4384)
@@ -130,8 +130,8 @@
 
 	#################################################
 	# check for krb5-config from recent MIT and Heimdal kerberos 5
-	AC_PATH_PROG(KRB5_CONFIG, $krb5_withval/krb5-config)
-	AC_MSG_CHECKING(for working $krb5_withval/krb5-config)
+	KRB5_CONFIG="$krb5_withval/bin/krb5-config"
+	AC_MSG_CHECKING(for working $krb5_withval/bin/krb5-config)
 	if test -x "$KRB5_CONFIG"; then
 		ac_save_CFLAGS=$CFLAGS
 		CFLAGS="";export CFLAGS



More information about the samba-cvs mailing list