r14797 - gnucash/trunk - Fix typo that prevented the correct error on unrecognized scanf conventions

Christian Stimming cstim at cvs.gnucash.org
Tue Sep 5 10:38:28 EDT 2006


Author: cstim
Date: 2006-09-05 10:38:27 -0400 (Tue, 05 Sep 2006)
New Revision: 14797
Trac: http://svn.gnucash.org/trac/changeset/14797

Modified:
   gnucash/trunk/configure.in
Log:
Fix typo that prevented the correct error on unrecognized scanf conventions

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-09-05 13:38:41 UTC (rev 14796)
+++ gnucash/trunk/configure.in	2006-09-05 14:38:27 UTC (rev 14797)
@@ -106,7 +106,7 @@
 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



More information about the gnucash-changes mailing list