mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

`==' operator of test(1) is not portable #538

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. do `configure' 
2.
3.

What is the expected output? What do you see instead?

configure script contains `test' with `==' operator.
But it is not portable, non-standard operator.
(just bash builtin test(1), and something)
So it result in unwanted result if using just posix compatible environment.

What version of the product are you using? On what operating system?

1.0.4

Please provide any additional information below.

Attached patch will fix it for 1.0.4.
for svn trunk, one more fix is required due to r2154 commit.

Original issue reported on code.google.com by ob...@lins.jp on 12 Jul 2011 at 9:37

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks... applied

Original comment by kdeko...@gmail.com on 12 Jul 2011 at 12:39