0.6.5: ./configure: 8081: Syntax error: "(" unexpected

Issue #19 resolved
Lars Wendler created an issue

When trying to run configure with /bin/sh pointing to dash, the following error is the result:

checking whether the linker accepts -Wl,--no-as-needed... yes
checking whether the linker accepts -Wl,--fatal-warnings... yes
checking whether the linker accepts -Wl,-fatal_warnings... no
checking whether the linker accepts -Wl,--no-as-needed... yes
./configure: 8081: Syntax error: "(" unexpected

This is caused by commit bf6f6eeede7450fa09809c706e919dd1a10dcbcc because it introduced a variable array which dash does not support.

Comments (3)

  1. Log in to comment