~ubuntu-branches/ubuntu/oneiric/ttt/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2005-11-07 14:32:35 UTC
  • Revision ID: james.westby@ubuntu.com-20051107143235-ccartw0oio7gekrs
Tags: 1.7-3.1
* Non-maintainer upload.
* Apply patches by Andreas Jochens to fix FTBFS with gcc-4.0
  (Closes: #294377, #262758).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1098
1098
fi
1099
1099
 
1100
1100
if test "${tttHaveGcc}" = "yes" ; then
1101
 
  GCCFLAGS="-Wwrite-strings -fwritable-strings"
 
1101
  GCCFLAGS=""
1102
1102
else 
1103
1103
  GCCFLAGS=""
1104
1104
fi