Commit f42f693
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 operator1 parent b5f1306 commit f42f693
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments