mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 15:53:45 -05:00
Error out if none of the two SCANF formats are defined in config.h.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14798 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -45,7 +45,11 @@
|
|||||||
#if HAVE_SCANF_LLD
|
#if HAVE_SCANF_LLD
|
||||||
# define QOF_SCANF_LLD "%lld"
|
# define QOF_SCANF_LLD "%lld"
|
||||||
#else
|
#else
|
||||||
|
# if HAVE_SCANF_QD
|
||||||
# define QOF_SCANF_LLD "%qd"
|
# define QOF_SCANF_LLD "%qd"
|
||||||
|
# else
|
||||||
|
# error "No scanf format string is known for LLD. Fix your ./configure so that the correct one is detected!"
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define QOF_MOD_UTIL "qof-utilities"
|
#define QOF_MOD_UTIL "qof-utilities"
|
||||||
|
|||||||
Reference in New Issue
Block a user