View | Details | Raw Unified | Return to bug 1639
Collapse All | Expand All

(-)openssh-5.2p1/configure.ac.krb5-config (-2 / +4 lines)
Lines 3355-3362 AC_ARG_WITH(kerberos5, Link Here
3355
		KRB5_MSG="yes"
3355
		KRB5_MSG="yes"
3356
3356
3357
		AC_MSG_CHECKING(for krb5-config)
3357
		AC_MSG_CHECKING(for krb5-config)
3358
		if test -x  $KRB5ROOT/bin/krb5-config ; then
3358
		AC_PATH_PROG([KRB5CONF],[krb5-config],
3359
			KRB5CONF=$KRB5ROOT/bin/krb5-config
3359
			     [$KRB5ROOT/bin/krb5-config],
3360
			     [$KRB5ROOT/bin:$PATH])
3361
		if test -x $KRB5CONF ; then
3360
			AC_MSG_RESULT($KRB5CONF)
3362
			AC_MSG_RESULT($KRB5CONF)
3361
3363
3362
			AC_MSG_CHECKING(for gssapi support)
3364
			AC_MSG_CHECKING(for gssapi support)

Return to bug 1639