diff options
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-x | sim/ppc/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure index 85ce1a0..d42c285 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -6824,8 +6824,10 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # 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 |