]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix portability of test use.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 23 Feb 2017 21:46:03 +0000 (22:46 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2017 21:46:03 +0000 (22:46 +0100)
configure.ac

index 2a31382f8829e0d565e7167eac660ec696c58b6a..0c054cc54e8c6cccbb32bd07e8ec6dce44778779 100644 (file)
@@ -381,7 +381,7 @@ fi
 AC_ARG_WITH([lzo2],
   AS_HELP_STRING([--with-lzo2], [Build with LZO support from liblzo2]))
 
-if test "x$with_lzo2" == "xyes"; then
+if test "x$with_lzo2" = "xyes"; then
   AC_CHECK_HEADERS([lzo/lzoconf.h lzo/lzo1x.h])
   AC_CHECK_LIB(lzo2,lzo1x_decompress_safe)
 fi