summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-08 16:39:59 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-08 16:39:59 +0000
commit3df4c876744f94bcbf51447c1cacddf3f57c15dc (patch)
tree9e394bed5029428421d1b989ceba296b1e64f83b /gcc/configure.ac
parent3ec0e5817815f722774c02ede5b3978b059f039d (diff)
downloadgcc-3df4c876744f94bcbf51447c1cacddf3f57c15dc.tar.gz
* common.opt (fshow-column): Default to 0.
* configure: Rebuilt. * configure.ac (--enable-mapped-location): Default to 'yes'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 15a67af63c8..8de9d05430d 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -525,7 +525,7 @@ AC_SUBST(valgrind_command)
AC_ARG_ENABLE(mapped-location,
[ --enable-mapped-location location_t is fileline integer cookie],,
-enable_mapped_location=no)
+enable_mapped_location=yes)
if test "$enable_mapped_location" = yes ; then
AC_DEFINE(USE_MAPPED_LOCATION, 1,