diff options
Diffstat (limited to 'sim/msp430')
-rwxr-xr-x | sim/msp430/configure | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sim/msp430/configure b/sim/msp430/configure index 3f514bd..6c2989b 100755 --- a/sim/msp430/configure +++ b/sim/msp430/configure @@ -8703,8 +8703,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 @@ -12300,7 +12302,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12303 "configure" +#line 12305 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12406,7 +12408,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12409 "configure" +#line 12411 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |