diff options
Diffstat (limited to 'sim/m32r')
-rwxr-xr-x | sim/m32r/configure | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sim/m32r/configure b/sim/m32r/configure index b235329..7331ecb 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -8713,8 +8713,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 @@ -12310,7 +12312,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12313 "configure" +#line 12315 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12416,7 +12418,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12419 "configure" +#line 12421 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |