mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
722200 - configure script does not pick the correct am_cv_scanf version
On 64-bit Windows system. Test for need of and if needed define __USE_MINGW_ANSI_STDIO
This commit is contained in:
parent
1f303f7b81
commit
f9548652de
@ -392,6 +392,12 @@ update to latest darwin])
|
||||
], [AC_MSG_RESULT(no)])
|
||||
LIBS="${saved_LIBS}"
|
||||
AC_SUBST(HTMLHELP_LIBS)
|
||||
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
|
||||
#include <stdio.h>
|
||||
], [
|
||||
printf("%lld\n", 3);
|
||||
])],[],[AC_DEFINE([__USE_MINGW_ANSI_STDIO], 1, [MinGW needs ANSI_STDIO hack.])])
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT(no)
|
||||
|
Loading…
Reference in New Issue
Block a user