Updated Branches:
  refs/heads/master 30b3bbaba -> 3b1ae1396

TS-1462: Fix automake conditional error


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3b1ae139
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3b1ae139
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3b1ae139

Branch: refs/heads/master
Commit: 3b1ae1396591fa082acf16d6b174b39bdec26a3d
Parents: 30b3bba
Author: James Peach <[email protected]>
Authored: Mon Oct 8 21:54:09 2012 -0700
Committer: James Peach <[email protected]>
Committed: Mon Oct 8 21:54:09 2012 -0700

----------------------------------------------------------------------
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3b1ae139/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 2425021..314c63a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -621,6 +621,8 @@ AS_IF([test "x${has_optimizer_flags}" = "xno"],
        ]
 )
 
+AM_CONDITIONAL([BUILD_HAVE_LIBCXX], [ false ])
+
 base_cc=`basename $CC`
 # These are shortcuts used in combination for the compiler options below
 case $host_os in

Reply via email to