configure: don't check for -std=c99, it's redundant anyway.
This commit is contained in:
parent
8be527cbdf
commit
4002356ef8
1
configure
vendored
1
configure
vendored
@ -265,7 +265,6 @@ if [ $? -eq 0 ]; then
|
|||||||
HAVE_VISIBILITY=yes
|
HAVE_VISIBILITY=yes
|
||||||
echo "CPPFLAGS += -DHAVE_VISIBILITY=1" >>$CONFIG_MK
|
echo "CPPFLAGS += -DHAVE_VISIBILITY=1" >>$CONFIG_MK
|
||||||
fi
|
fi
|
||||||
check_compiler_flag "std=c99" "" CFLAGS
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check for -Wl,--export-dynamic and if it fails, try -rdynamic.
|
# Check for -Wl,--export-dynamic and if it fails, try -rdynamic.
|
||||||
|
Loading…
Reference in New Issue
Block a user