From 80684e3205682e8d6c0a8f13e90b87502b065e1b Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 5 Sep 2006 14:38:27 +0000 Subject: [PATCH] Fix typo that prevented the correct error on unrecognized scanf conventions git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14797 57a11ea4-9604-0410-9ed3-97b8803252fd --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d67d369917..ff057bd9f7 100644 --- a/configure.in +++ b/configure.in @@ -106,7 +106,7 @@ SCANF_LLD_CHECK if test x$am_cv_scanf_lld = "xno"; then SCANF_QD_CHECK - if test x$am_cv_scanf_qs = "xno"; then + if test x$am_cv_scanf_qd = "xno"; then AC_MSG_ERROR([cannot continue, no long long conversion support in scanf]) fi fi