diff options
author | Drew Moseley <dmoseley@cygnus> | 1998-09-21 18:37:32 +0000 |
---|---|---|
committer | Drew Moseley <dmoseley@cygnus> | 1998-09-21 18:37:32 +0000 |
commit | fa41e1a3faf7e9778b82b30892434cb98c65bf94 (patch) | |
tree | b1cd8994c4976a24a50713ddf94b0c0d54adcbdb /gdb/configure.in | |
parent | e8dedcb3fe4fb2e6930e2ba0ff9a0826b4fab7cf (diff) | |
download | binutils-fa41e1a3faf7e9778b82b30892434cb98c65bf94.zip binutils-fa41e1a3faf7e9778b82b30892434cb98c65bf94.tar.gz binutils-fa41e1a3faf7e9778b82b30892434cb98c65bf94.tar.bz2 |
Added sanitize-ide markers
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index db97554..8aba768 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -298,6 +298,7 @@ if test x$want_mmalloc = xtrue; then fi # start-sanitize-gdbtk +# start-sanitize-ide ENABLE_IDE= AC_ARG_ENABLE(ide, [ --enable-ide Enable IDE support]) if test "$enable_ide" = yes; then @@ -351,6 +352,7 @@ AC_SUBST(IDE_X) AC_SUBST(LIBIDETCL) AC_SUBST(LIBIDE) AC_SUBST(IDE_DEPS) +# end-sanitize-ide ENABLE_GDBTK= |