2005-02-22 Andrew Cagney <cagney@gnu.org>
* configure.ac: Only enaable insight when itcl is present. * configure: Re-generate.
This commit is contained in:
parent
9f36411e5c
commit
04ac69aa9d
@ -1,3 +1,8 @@
|
||||
2005-02-22 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* configure.ac: Only enaable insight when itcl is present.
|
||||
* configure: Re-generate.
|
||||
|
||||
2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
Committed by Andrew Cagney.
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -6065,7 +6065,7 @@ echo "$as_me: error: bad value $enableval for --enable-gdbtk" >&2;}
|
||||
{ (exit 1); exit 1; }; } ;;
|
||||
esac
|
||||
else
|
||||
if test -d $srcdir/gdbtk; then
|
||||
if test -d $srcdir/gdbtk -a -d $srcdir/../itcl; then
|
||||
enable_gdbtk=yes
|
||||
else
|
||||
enable_gdbtk=no
|
||||
|
@ -194,7 +194,7 @@ AC_ARG_ENABLE(gdbtk,
|
||||
*)
|
||||
AC_MSG_ERROR([bad value $enableval for --enable-gdbtk]) ;;
|
||||
esac],
|
||||
[if test -d $srcdir/gdbtk; then
|
||||
[if test -d $srcdir/gdbtk -a -d $srcdir/../itcl; then
|
||||
enable_gdbtk=yes
|
||||
else
|
||||
enable_gdbtk=no
|
||||
|
Loading…
Reference in New Issue
Block a user