diff options
Diffstat (limited to 'sim/mcore')
-rwxr-xr-x | sim/mcore/configure | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sim/mcore/configure b/sim/mcore/configure index ed1633e..cbcd18f 100755 --- a/sim/mcore/configure +++ b/sim/mcore/configure @@ -8707,8 +8707,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 @@ -12304,7 +12306,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12307 "configure" +#line 12309 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12410,7 +12412,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12413 "configure" +#line 12415 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |