From 3b7428087910a79cf7d332206470efb59182a22f Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 24 Oct 2010 13:50:22 +0200 Subject: [PATCH] ./configure: check support for C prototypes again --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index cd08ef62..d2acc146 100644 --- a/configure.in +++ b/configure.in @@ -43,6 +43,7 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name]) # -- C Compiler -- AC_PROG_CC +AC_C_PROTOTYPES # -- Helper programs -- -- 2.39.2