From: | ghudson@mit.edu |
Subject: | git commit |
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]
https://github.com/krb5/krb5/commit/fefd465614f11f374f5ff183e6eb6cbc1b550de5
Author: Michael Osipov <1983-01-06@gmx.net>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: fefd465614f11f374f5ff183e6eb6cbc1b550de5
Branch: master
src/configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)