Use a single = instead of ==
test in the bourne shell and its derivatives actually specifies = as the test for equality. == was accepted for a long time. But dash does not. configure2 used == for a test. Which caused debian to break if dash is used. This changes it to =.
Please register or sign in to comment