mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
Revert "722200 - configure script does not pick the correct am_cv_scanf version"
This reverts commit f3e76fb9df
.
This commit is contained in:
parent
620114af49
commit
dbd8a5638c
@ -393,14 +393,11 @@ update to latest darwin])
|
||||
LIBS="${saved_LIBS}"
|
||||
AC_SUBST(HTMLHELP_LIBS)
|
||||
|
||||
saved_CFLAGS="${CFLAGS}"
|
||||
CFLAGS="${CFLAGS} -Wall -Werror"
|
||||
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.])])
|
||||
CFLAGS="${saved_CFLAGS}"
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT(no)
|
||||
|
Loading…
Reference in New Issue
Block a user