1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 18:28:01 +00:00

Must quote shell variable in test expression, otherwise configure bombs out

on solaris


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9416 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2003-02-13 19:13:50 +00:00
parent fdbb1881f5
commit 4c6a9664f4

2
configure vendored
View File

@ -1579,7 +1579,7 @@ if test "$_i18n" = yes ; then
else
_def_i18n='#undef USE_I18N'
fi
if test -z $_i18n_libs ; then
if test -z "$_i18n_libs" ; then
echores "$_i18n"
else
echores "$_i18n (using $_i18n_libs)"