diff options
-rw-r--r-- | gdb/testsuite/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index f748c11..1259073 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -12,9 +12,11 @@ AC_SUBST(CC) AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..) AC_CANONICAL_SYSTEM +# start-sanitize-gdbtk # place. This is only so testing with a freshly built expect binary # in the object tree will work. CY_AC_PATH_TCLH +# end-sanitize-gdbtk # Directories to use in all configurations. configdirs="gdb.base gdb.c++ gdb.disasm gdb.chill" |