From 19d3d0a03a05979ec76a29161921e439b74ab244 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Fri, 13 Mar 2009 21:25:31 +0000 Subject: [PATCH] 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 --- aclocal/ax_lib_zlib.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1