From 4002356ef8ce471ab914705b199006d807e9a9fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 3 Dec 2011 08:41:47 +0100 Subject: [PATCH] configure: don't check for -std=c99, it's redundant anyway. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index cf7c5e67..9ae7baf2 100755 --- a/configure +++ b/configure @@ -265,7 +265,6 @@ if [ $? -eq 0 ]; then HAVE_VISIBILITY=yes echo "CPPFLAGS += -DHAVE_VISIBILITY=1" >>$CONFIG_MK fi -check_compiler_flag "std=c99" "" CFLAGS # # Check for -Wl,--export-dynamic and if it fails, try -rdynamic.