Index: configure.ac =================================================================== RCS file: /cvs/src/src/gdb/configure.ac,v retrieving revision 1.15 diff -i -r1.15 configure.ac 1267,1275d1266 < # Tcl/Tk 8.1 require -fwritable strings. I don't < # know whether 8.2 will or not, but I bet it will. < # I don't have to worry about 7.x since we don't support it. < GDBTK_CFLAGS="" < if test "$GCC" = "yes"; then < if test "$TCL_VERSION" != "8.0" ; then < GDBTK_CFLAGS="-fwritable-strings" < fi < fi