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.