summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2005-03-23 19:17:42 +0000
committerMartin Hunt <hunt@redhat.com>2005-03-23 19:17:42 +0000
commitdb5095470822de3a24eaa1830021910aef8419df (patch)
treeb1bd1cb05475f9b3ec6847769a9721cc98a350d4 /gdb/configure.ac
parent8bcc233fe06bc71b7d88fdcd75739cce3dfba793 (diff)
downloadgdb-db5095470822de3a24eaa1830021910aef8419df.tar.gz
2005-03-23 Martin Hunt <hunt@redhat.com>
* configure.ac: Remove -fwritable-strings from CFLAGS. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 3318c2c5375..1503a5dc878 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1264,15 +1264,6 @@ if test "${enable_gdbtk}" = "yes"; then
fi
ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
- # 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
# Include some libraries that Tcl and Tk want.
TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'