[Mplayer-cvslog] CVS: main configure,1.660,1.661
Jürgen Keil CVS
jkeil at mplayerhq.hu
Thu Feb 13 20:14:06 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv5757
Modified Files:
configure
Log Message:
Must quote shell variable in test expression, otherwise configure bombs out
on solaris
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.660
retrieving revision 1.661
diff -u -r1.660 -r1.661
--- configure 12 Feb 2003 16:50:31 -0000 1.660
+++ configure 13 Feb 2003 19:13:50 -0000 1.661
@@ -1579,7 +1579,7 @@
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)"
More information about the MPlayer-cvslog
mailing list