]> 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)
committerGreg Hudson <ghudson@mit.edu>
Fri, 15 Aug 2014 14:37:10 +0000 (10:37 -0400)
commitfefd465614f11f374f5ff183e6eb6cbc1b550de5
treea0473182f99873c0a72a33faa0fb9da6ec51b768
parentfdd1c69471bbe5fec0da9f9bcaa9d0a7739db77f
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]

ticket: 7992 (new)
target_version: 1.13
tags: pullup
src/configure.in