]> arthur.barton.de Git - netatalk.git/commitdiff
Simple fix for library and search path ordering
authorFrank Lahm <franklahm@googlemail.com>
Tue, 3 Apr 2012 12:47:18 +0000 (14:47 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 3 Apr 2012 12:47:18 +0000 (14:47 +0200)
macros/netatalk.m4

index fb9429f2d22350f482070ffc82510f4c2b9b4a50..611a8b4c49fa0dcd2adfe9a86e53b141fbd17160 100644 (file)
@@ -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])