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
Original issue reported on code.google.com by
ob...@lins.jp
on 12 Jul 2011 at 9:37Attachments: