You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/08/08 11:08:05 UTC

git commit: fix build on Solaris buildbot, or in general, for automake >= 1.12

Updated Branches:
  refs/heads/master 47f15df1a -> 829826a38


fix build on Solaris buildbot, or in general, for automake >= 1.12


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

Branch: refs/heads/master
Commit: 829826a38fa2636450ecb31088a1e04d00f3bb46
Parents: 47f15df
Author: Igor Galić <i....@brainsware.org>
Authored: Wed Aug 8 11:07:13 2012 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Wed Aug 8 11:07:13 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/829826a3/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 50c3aa6..53e69d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,6 +503,9 @@ REAL_CXXFLAGS="${CXXFLAGS}"
 AC_PROG_CC
 AC_PROG_CXX
 
+# For automake >= 1.12
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+
 # Check for ccache (if explicitly enabled)
 if test "x$enable_ccache" = "xyes"; then
     AC_CHECK_PROG([CCACHE],[ccache],[ccache],[])