Fixed autoconf API change.
[doldaconnect.git] / 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])