Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: fix bashism in string equality test
Using "==" for string equality only works in the Bash shell, while ./configure is meant to be run in any POSIX /bin/sh. We change one instance to "=" to fix the following error in (for example) Dash: ./configure: 5587: test: x: unexpected operator
- Loading branch information