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
This commit is contained in:
Christian Stimming 2006-09-05 14:38:27 +00:00
parent 9495945584
commit 80684e3205

View File

@ -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