diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-02-17 22:42:02 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-02-17 22:42:02 +0000 |
commit | dd6007359647d3873d1cb777660b7e0ef0b9352f (patch) | |
tree | 8e2f01fa8352e874506d18dce0e866afb182f1bc /gdb/configure | |
parent | 761784f055514462b8f61fd53a2d434388bb6783 (diff) | |
download | gdb-dd6007359647d3873d1cb777660b7e0ef0b9352f.zip gdb-dd6007359647d3873d1cb777660b7e0ef0b9352f.tar.gz gdb-dd6007359647d3873d1cb777660b7e0ef0b9352f.tar.bz2 |
Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE.
* configure.in: Ditto.
* configure: Regenerated.
Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* gdbtypes.c (check_typedef): Do not try to resolve the length of
a type which has TYPE_FLAG_TARGET_STUB set, if the target type has
set TYPE_FLAG_TARGET_STUB as well.
Patches from Peter.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure index ca0fbf6..916e602 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2517,7 +2517,7 @@ if test x$want_mmalloc = xtrue; then EOF cat >> confdefs.h <<\EOF -#define FORCE_MMCHECK 1 +#define MMCHECK_FORCE 1 EOF MMALLOC_CFLAGS="-I$srcdir/../mmalloc" @@ -3446,8 +3446,7 @@ echo "configure:3446: checking for executable suffix" >&5 if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - -if test "$CYGWIN32" = yes -o "$MINGW32" = yes; then + if test "$CYGWIN32" = yes || test "$MINGW32" = yes; then am_cv_exeext=.exe else cat > am_c_test.c << 'EOF' |