summaryrefslogtreecommitdiffstats
path: root/src/external/krb5.m4
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-05-21 08:29:40 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-05-21 08:31:56 -0400
commitc8b9cf339e84576293113df914498a80ec1989dc (patch)
treefcd81a0e06a08cfe3ea1abfa95925730bb589fed /src/external/krb5.m4
parent19ce0003e32cde587e2e2115f431e86e0c9adf76 (diff)
downloadsssd-c8b9cf339e84576293113df914498a80ec1989dc.tar.gz
sssd-c8b9cf339e84576293113df914498a80ec1989dc.tar.xz
sssd-c8b9cf339e84576293113df914498a80ec1989dc.zip
Remove bash-isms from configure macros
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 84bb44174..39c2cdfd3 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])