Revert "722200 - configure script does not pick the correct am_cv_scanf version"

This reverts commit f9548652de.
This commit is contained in:
John Ralls 2014-06-02 12:48:45 -07:00
parent dbd8a5638c
commit 33c4facfc7

View File

@ -392,12 +392,6 @@ update to latest darwin])
], [AC_MSG_RESULT(no)]) ], [AC_MSG_RESULT(no)])
LIBS="${saved_LIBS}" LIBS="${saved_LIBS}"
AC_SUBST(HTMLHELP_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) AC_MSG_RESULT(no)