]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use single equal sign when calling test(1) 4152/head
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Mon, 11 Jul 2016 17:20:09 +0000 (19:20 +0200)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Mon, 11 Jul 2016 17:20:09 +0000 (19:20 +0200)
Fixes #4102.

configure.ac
m4/pdns_enable_remotebackend_zeromq.m4

index 9f7039e9ef36d0a61637d1450197d616910575fe..7cc72107f56e72f10417ea4edbe6872c68352adb 100644 (file)
@@ -349,7 +349,7 @@ AC_MSG_NOTICE([----------------])
 AC_MSG_NOTICE([Built-in modules: $modules])
 AC_MSG_NOTICE([Dynamic modules: $dynmodules])
 AC_MSG_NOTICE([])
-AS_IF([test "x$openssl_ecdsa" == "xyes"],
+AS_IF([test "x$openssl_ecdsa" = "xyes"],
   [AC_MSG_NOTICE([OpenSSL ecdsa: yes])],
   [AC_MSG_NOTICE([OpenSSL ecdsa: no])]
 )
@@ -363,7 +363,7 @@ AS_IF([test "x$LUAPC" != "x"],
     [AC_MSG_NOTICE([LuaJit: $LUAJITPC])],
     [AC_MSG_NOTICE([Lua/LuaJit: no])])
 ])
-AS_IF([test "x$enable_experimental_gss_tsig" == "xyes"],
+AS_IF([test "x$enable_experimental_gss_tsig" = "xyes"],
   [AC_MSG_NOTICE([GSS-TSIG: yes])]
 )
 AS_IF([test "x$systemd" != "xn"],
index ef9f19c59d52ac594a0aa5016f943aaaed3110d3..b20d1b26801b80c4c54b7aa8a6749f768bebcc0d 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([PDNS_ENABLE_REMOTEBACKEND_ZEROMQ],[
 
   AS_IF([test "x$enable_remotebackend_zeromq" != "xno"],
     [
-      AS_IF([test "x$have_remotebackend" == "xyes"],
+      AS_IF([test "x$have_remotebackend" = "xyes"],
         [
           PKG_CHECK_MODULES([LIBZMQ], [libzmq],
             [