From: David Reiss Date: Fri, 13 Mar 2009 21:25:31 +0000 (+0000) Subject: Fix a test in ax_lib_zlib X-Git-Tag: 0.2.0~267 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=19d3d0a03a05979ec76a29161921e439b74ab244;p=common%2Fthrift.git Fix a test in ax_lib_zlib git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@753429 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/aclocal/ax_lib_zlib.m4 b/aclocal/ax_lib_zlib.m4 index 40e96df9..64b0b85b 100644 --- a/aclocal/ax_lib_zlib.m4 +++ b/aclocal/ax_lib_zlib.m4 @@ -111,9 +111,9 @@ AC_DEFUN([AX_LIB_ZLIB], AC_ARG_WITH([zlib], AS_HELP_STRING([--with-zlib@<:@=DIR@:>@], [use zlib (default is yes) - it is possible to specify an alternate root directory for zlib]), [ - if test "$withval" = "xno"; then + if test "x$withval" = "xno"; then want_zlib="no" - elif test "$withval" = "xyes"; then + elif test "x$withval" = "xyes"; then want_zlib="yes" ax_zlib_path="" else