From 49518ef3dd460ee8b934ed551bd0b0fde9b58305 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 5 Nov 2009 17:23:10 +0100 Subject: [PATCH] Fixed typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ee8e437..0fe4293 100644 --- a/configure.in +++ b/configure.in @@ -193,7 +193,7 @@ if test "$with_krb5" != no -a "$HAS_KRB5" = yes; then krb_msg=yes fi AC_SUBST(KRB5_LIBS) -AC_SUBST(KRB_CFLAGS) +AC_SUBST(KRB5_CFLAGS) # Linux keyring AH_TEMPLATE(HAVE_KEYUTILS, [define if your system supports the Linux keyring functions]) -- 2.11.0