summaryrefslogtreecommitdiffstats
path: root/src/external/krb5.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/krb5.m4')
-rw-r--r--src/external/krb5.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/krb5.m4 b/src/external/krb5.m4
index 84bb4417..39c2cdfd 100644
--- a/src/external/krb5.m4
+++ b/src/external/krb5.m4
@@ -58,5 +58,5 @@ AC_CHECK_HEADER([krb5/locate_plugin.h],
[have_locate_plugin=no]
[AC_MSG_NOTICE([Kerberos locator plugin cannot be build])])
AM_CONDITIONAL([BUILD_KRB5_LOCATOR_PLUGIN],
- [test x$have_locate_plugin == xyes -a x$build_locator == xyes])
+ [test x$have_locate_plugin = xyes -a x$build_locator = xyes])