From 33c4facfc71bef579ae49818daf5e8773e0217d3 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 2 Jun 2014 12:48:45 -0700 Subject: [PATCH] Revert "722200 - configure script does not pick the correct am_cv_scanf version" This reverts commit f9548652de6b0684d818bc5bd147942453dd8886. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 812da91655..be11ca13b2 100644 --- a/configure.ac +++ b/configure.ac @@ -392,12 +392,6 @@ update to latest darwin]) ], [AC_MSG_RESULT(no)]) LIBS="${saved_LIBS}" AC_SUBST(HTMLHELP_LIBS) - - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ -#include - ], [ - printf("%lld\n", 3); - ])],[],[AC_DEFINE([__USE_MINGW_ANSI_STDIO], 1, [MinGW needs ANSI_STDIO hack.])]) ;; *) AC_MSG_RESULT(no)