diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-01 10:15:13 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-01 10:15:13 -0700 |
commit | 0ceaf1ec964f8674c57c6a522cb38b6f758a0929 (patch) | |
tree | a6abffda322f1d10e5d718851a920a6360e092b8 /sim/iq2000/configure | |
parent | a0bde39842936bb13f88f13a688b181432aa2593 (diff) | |
download | gdb-0ceaf1ec964f8674c57c6a522cb38b6f758a0929.zip gdb-0ceaf1ec964f8674c57c6a522cb38b6f758a0929.tar.gz gdb-0ceaf1ec964f8674c57c6a522cb38b6f758a0929.tar.bz2 |
Regenerate configure in sim
* arm/configure: Regenerated.
* avr/configure: Likewise.
* bfin/configure: Likewise.
* common/configure: Likewise.
* cr16/configure: Likewise.
* cris/configure: Likewise.
* d10v/configure: Likewise.
* erc32/configure: Likewise.
* frv/configure: Likewise.
* ft32/configure: Likewise.
* h8300/configure: Likewise.
* igen/configure: Likewise.
* iq2000/configure: Likewise.
* lm32/configure: Likewise.
* m32c/configure: Likewise.
* m32r/configure: Likewise.
* m68hc11/configure: Likewise.
* mcore/configure: Likewise.
* microblaze/configure: Likewise.
* mips/configure: Likewise.
* mn10300/configure: Likewise.
* moxie/configure: Likewise.
* msp430/configure: Likewise.
* ppc/configure: Likewise.
* rl78/configure: Likewise.
* rx/configure: Likewise.
* sh/configure: Likewise.
* sh64/configure: Likewise.
* v850/configure: Likewise.
Diffstat (limited to 'sim/iq2000/configure')
-rwxr-xr-x | sim/iq2000/configure | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sim/iq2000/configure b/sim/iq2000/configure index a899df1..e7f1b45 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -8711,8 +8711,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 @@ -12308,7 +12310,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12311 "configure" +#line 12313 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12414,7 +12416,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12417 "configure" +#line 12419 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |