[MPlayer-users] simple bug

Joshua Goldberg joshgold at cs.indiana.edu
Tue Mar 11 02:31:32 CET 2003


In the configure file on line 1582, 

  if test -z $_i18n_libs ; then

should be changed to 

  if test -z "$_i18n_libs" ; then

otherwise test fails, demanding an argument, when the string is empty.
(the situation where test -z should say "true").

cheers,
  -josh



More information about the MPlayer-users mailing list