From ead0877781f49e90e18db05e70eb48a5291d1e08 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Tue, 14 Jul 1998 23:16:40 +0000 Subject: [PATCH] * configure.in: Fix sanitization start/end error. * configure: Regenerate. --- gdb/testsuite/configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 72e8bdb..4845263 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -54,6 +54,8 @@ if test "${shared}" = "true"; then fi AC_SUBST(RPATH_ENVVAR) # End stuff to support --enable-shared +# Start stuff to support --enable-gdbtk +# start-sanitize-gdbtk AC_ARG_ENABLE(gdbtk, [ --enable-gdbtk ], [case "${enableval}" in @@ -84,9 +86,8 @@ case "$host" in if test "${enable_gdbtk}" = "yes"; then configdirs="${configdirs} gdb.gdbtk" fi -# End stuff to suppot --enable-shared -# start-sanitize-gdbtk -# Begin stuff to support --enable-gdbtk +# End stuff to support --enable-shared +# end-sanitize-gdbtk # configure the subdirectories too AC_CONFIG_SUBDIRS($configdirs) -- 2.7.4