summaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure
index d3d093d1e3f..3e031a5905c 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -7025,8 +7025,10 @@ fi
# Check whether --with-system-zlib was given.
if test "${with_system_zlib+set}" = set; then :
- withval=$with_system_zlib; zlibdir=
- zlibinc=
+ withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
+ zlibdir=
+ zlibinc=
+ fi
fi