mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 18:57:35 +00:00
Quote test arguments that may be empty
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30257 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
71670752d0
commit
e51a1598b4
4
configure
vendored
4
configure
vendored
@ -3111,7 +3111,7 @@ for _ld_tmp in "$_ld_sock" "$_ld_sock -lresolv" ; do
|
||||
cc_check $_ld_tmp && inet_pton=yes && break
|
||||
done
|
||||
if test $inet_pton = yes ; then
|
||||
test $_ld_tmp && _res_comment="using $_ld_tmp"
|
||||
test "$_ld_tmp" && _res_comment="using $_ld_tmp"
|
||||
def_inet_pton='#define HAVE_INET_PTON 1'
|
||||
fi
|
||||
echores "$inet_pton"
|
||||
@ -3130,7 +3130,7 @@ for _ld_tmp in "$_ld_sock" "$_ld_sock -lresolv" ; do
|
||||
cc_check $_ld_tmp && inet_aton=yes && break
|
||||
done
|
||||
if test $inet_aton = yes ; then
|
||||
test $_ld_tmp && _res_comment="using $_ld_tmp"
|
||||
test "$_ld_tmp" && _res_comment="using $_ld_tmp"
|
||||
def_inet_aton='#define HAVE_INET_ATON 1'
|
||||
fi
|
||||
echores "$inet_aton"
|
||||
|
Loading…
Reference in New Issue
Block a user