pull/214/head
WHR 2018-01-10 01:50:46 +08:00
parent 92a6d2c7ad
commit dc1a3a03f0
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -56,7 +56,6 @@ check_link_slient() {
check_link() {
printf "checking %s ... " "$1"
printf "$2" > "$tmpc"
local res=0
$CC $OUR_CPPFLAGS $CPPFLAGS $1 $C99_CFLAGS $CFLAGS -c "$tmpc" -o /dev/null >/dev/null 2>&1 \
check_link_slient "$2" "$3" || res=1