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) https://github.com/krb5/krb5/commit/8de3b58b93e537a9ffda4c07087cd4a7bf99fe23 Author: Michael Osipov <1983-01-06@gmx.net> Committer: Tom Yu Commit: 8de3b58b93e537a9ffda4c07087cd4a7bf99fe23 Branch: krb5-1.13 src/configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)