From de2cf8615aacb4aa1ee521d65e7ef22fb73dcbb3 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Apr 2009 14:15:00 +0100 Subject: [PATCH] Use AC_PROG_CC_STDC because we really need an ISO C compiler (Jim Meyering). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eab7faf..3bc2e9e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_PROG_LIBTOOL dnl Check for basic C environment. -AC_PROG_CC +AC_PROG_CC_STDC AC_PROG_INSTALL AC_PROG_CPP -- 1.8.3.1