]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix test syntax in configure.in
authorMichael Osipov <1983-01-06@gmx.net>
Fri, 15 Aug 2014 12:20:10 +0000 (14:20 +0200)
committerTom Yu <tlyu@mit.edu>
Thu, 21 Aug 2014 22:08:40 +0000 (18:08 -0400)
commit8de3b58b93e537a9ffda4c07087cd4a7bf99fe23
tree641130af5384a45584fd897a21d6716f4e99d62f
parent234b9459eb851bdf2d64861e596cf0a8acbb1e92
Fix test syntax in configure.in

Commits 1e4bdcfe and 8df1965d used the wrong test equality operator.
Some versions of test allow == for equality, but others (such as the
HP-UX version) do not.  Use a single = for correctness.

[ghudson@mit.edu: clarified commit message]

(cherry picked from commit fefd465614f11f374f5ff183e6eb6cbc1b550de5)

ticket: 7992
version_fixed: 1.13
status: resolved
src/configure.in