chiark / gitweb /
configure: use POSIX conformant syntax for test
authorDave Reisner <dreisner@archlinux.org>
Sun, 5 Jan 2014 16:57:05 +0000 (11:57 -0500)
committerDave Reisner <dreisner@archlinux.org>
Sun, 5 Jan 2014 16:57:05 +0000 (11:57 -0500)
commit146ccaafd5c9d4f2798240b049f595f70f45f77b
tree75addc6c5268801ef2d6a47297eb0ada7f31c08f
parent2047a15a17d9773cc87569b4176af72830a086eb
configure: use POSIX conformant syntax for test

In shells like bash, == and = are equivalent in test contexts. In POSIX
compliant shells, == isn't a valid operator.
configure.ac