From: Fredrik Tolf Date: Thu, 5 Nov 2009 16:23:10 +0000 (+0100) Subject: Fixed typo. X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=49518ef3dd460ee8b934ed551bd0b0fde9b58305 Fixed typo. --- 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])