]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4306: build portability fix in Kerberos helpers
authorPatrick Welche <prlw1@cam.ac.uk>
Thu, 27 Aug 2015 08:09:33 +0000 (01:09 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 27 Aug 2015 08:09:33 +0000 (01:09 -0700)
helpers/external_acl/kerberos_ldap_group/required.m4
helpers/negotiate_auth/kerberos/required.m4

index f3297c5c1b75788418906884951b50b729a8d332..300debc83207afd4d417c8d5b8aaaa7c1cef8fe5 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-if test "x$with_krb5" == "xyes"; then
+if test "x$with_krb5" = "xyes"; then
   BUILD_HELPER="kerberos_ldap_group"
   if test "x$with_apple_krb5" = "xyes" ; then
     AC_CHECK_LIB(resolv, [main], [XTRA_LIBS="$XTRA_LIBS -lresolv"],[
index fd0250034c3941e4d494458b41979078eaabc52e..ff68a2685c686f0d540718315ad7b5972bd1a09a 100755 (executable)
@@ -5,6 +5,6 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-if test "x$with_krb5" == "xyes"; then
+if test "x$with_krb5" = "xyes"; then
   BUILD_HELPER="kerberos"
 fi