aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-11-08 16:39:59 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-11-08 16:39:59 +0000
commitf6230c17e9c05a397f99726b789e4f9efcf9e21e (patch)
tree9e394bed5029428421d1b989ceba296b1e64f83b /gcc/configure
parentec01f292364ce8183c0e17cc0a3eaca5c9a06842 (diff)
downloadgcc-f6230c17e9c05a397f99726b789e4f9efcf9e21e.zip
gcc-f6230c17e9c05a397f99726b789e4f9efcf9e21e.tar.gz
gcc-f6230c17e9c05a397f99726b789e4f9efcf9e21e.tar.bz2
common.opt (fshow-column): Default to 0.
* common.opt (fshow-column): Default to 0. * configure: Rebuilt. * configure.ac (--enable-mapped-location): Default to 'yes'. From-SVN: r130005
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 589ae0a..50e5fd6 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -6900,7 +6900,7 @@ if test "${enable_mapped_location+set}" = set; then
enableval="$enable_mapped_location"
else
- enable_mapped_location=no
+ enable_mapped_location=yes
fi;
if test "$enable_mapped_location" = yes ; then