From: Frank Lahm Date: Tue, 3 Apr 2012 12:47:18 +0000 (+0200) Subject: Simple fix for library and search path ordering X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=90b90ec0bb317f848d6c237e980fc2cf258814ea Simple fix for library and search path ordering --- diff --git a/macros/netatalk.m4 b/macros/netatalk.m4 index fb9429f2..611a8b4c 100644 --- a/macros/netatalk.m4 +++ b/macros/netatalk.m4 @@ -532,7 +532,7 @@ if test x"$with_kerberos" != x"no"; then if test -x "$KRB5_CONFIG"; then AC_MSG_RESULT([$KRB5_CONFIG]) CFLAGS="$CFLAGS `$KRB5_CONFIG --cflags krb5`" - LIBS="`$KRB5_CONFIG --libs krb5` $LIBS" + LIBS="$LIBS `$KRB5_CONFIG --libs krb5`" with_kerberos="yes" else AC_MSG_RESULT([not found])