summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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