summaryrefslogtreecommitdiff
path: root/gold/configure.ac
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-01-05 00:00:51 +0000
committerCary Coutant <ccoutant@google.com>2013-01-05 00:00:51 +0000
commit26e4ef59d66e2435d9afe2a39b0c6e73204537d3 (patch)
tree05ece3f042308f2a0c7b5464bff34ea91155bdf8 /gold/configure.ac
parent1292e4d3b4ac69c33fc1cd00faa9b69df252fd52 (diff)
gold/
* configure.ac: Fix typo restoring CXXFLAGS. * configure: Regenerate.
Diffstat (limited to 'gold/configure.ac')
-rw-r--r--gold/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure.ac b/gold/configure.ac
index 9d238355f3..e49d6e81db 100644
--- a/gold/configure.ac
+++ b/gold/configure.ac
@@ -546,7 +546,7 @@ std::tr1::hash<off_t> h;
],
[gold_cv_hash_off_t=yes],
[gold_cv_hash_off_t=no])
-CXXFLAGS=$CFLAGS_hold])
+CXXFLAGS=$CXXFLAGS_hold])
if test "$gold_cv_hash_off_t" = "yes"; then
AC_DEFINE(HAVE_TR1_HASH_OFF_T, 1,
[Define if std::tr1::hash<off_t> is usable])