From 70e8a0e0f084cdfd50e234d8d80fabaeb39c68c6 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 13 Oct 2013 23:37:13 -0400 Subject: Make the specified krb5 path the _first_ place we look for krb5-config Just in case there's a system krb5-config and we're being told to use some other one.. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index af787af..dd0dc5a 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ if test "$krb5" != no; then AC_SEARCH_LIBS(socket, socket) AC_CHECK_LIB(gen, compile) if test "$krb5" != yes; then - PATH="$PATH:$krb5/bin" + PATH="$krb5/bin:$PATH" fi AC_CHECK_PROG(krb5config, krb5-config,yes) if test "$krb5config" = yes; then -- cgit v1.2.3