configure: don't check for -std=c99, it's redundant anyway.

This commit is contained in:
Juan RP 2011-12-03 08:41:47 +01:00
parent 8be527cbdf
commit 4002356ef8

1
configure vendored
View File

@ -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.