From 84d30fbebe3a45ddef45b1c8ea002a8c352f76d9 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 23 Mar 2005 17:53:14 +0000 Subject: [PATCH] 2005-03-23 Martin Hunt * configure.ac: Remove -fwritable-strings from CFLAGS. * configure: Regenerate. --- libgui/ChangeLog | 5 +++++ libgui/configure | 7 ------- libgui/configure.ac | 7 ------- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/libgui/ChangeLog b/libgui/ChangeLog index 33aded1d6c..7d2b61352a 100644 --- a/libgui/ChangeLog +++ b/libgui/ChangeLog @@ -1,3 +1,8 @@ +2005-03-23 Martin Hunt + + * configure.ac: Remove -fwritable-strings from CFLAGS. + * configure: Regenerate. + 2005-01-13 Keith Seitz * configure.in: Rename to ... diff --git a/libgui/configure b/libgui/configure index f432a40f54..1d276cc200 100755 --- a/libgui/configure +++ b/libgui/configure @@ -4098,13 +4098,6 @@ fi rm -f conftest* -# Tcl8.1 requires writable strings for gcc - -if test "$GCC" = "yes"; then - LIBGUI_CFLAGS=-fwritable-strings -else - LIBGUI_CFLAGS= -fi echo "$as_me:$LINENO: checking for cygwin32" >&5 echo $ECHO_N "checking for cygwin32... $ECHO_C" >&6 diff --git a/libgui/configure.ac b/libgui/configure.ac index 055ab58904..306c0751b9 100644 --- a/libgui/configure.ac +++ b/libgui/configure.ac @@ -43,13 +43,6 @@ dnl here. AC_EGREP_CPP(strncasecmp, [#include ], AC_DEFINE(HAVE_STRNCASECMP_DECL)) -# Tcl8.1 requires writable strings for gcc - -if test "$GCC" = "yes"; then - LIBGUI_CFLAGS=-fwritable-strings -else - LIBGUI_CFLAGS= -fi AC_CACHE_CHECK([for cygwin32], ide_cv_os_cygwin32, [AC_EGREP_CPP(lose, [ -- 2.11.0