Fixed autoconf API change.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 22 May 2009 14:55:39 +0000 (16:55 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 22 May 2009 14:55:39 +0000 (16:55 +0200)
configure.in

index e2126a6..ee8e437 100644 (file)
@@ -192,7 +192,8 @@ if test "$with_krb5" != no -a "$HAS_KRB5" = yes; then
        AC_DEFINE(HAVE_KRB5)
        krb_msg=yes
 fi
-AC_SUBST([KRB5_LIBS KRB5_CFLAGS])
+AC_SUBST(KRB5_LIBS)
+AC_SUBST(KRB_CFLAGS)
 
 # Linux keyring
 AH_TEMPLATE(HAVE_KEYUTILS, [define if your system supports the Linux keyring functions])