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/11 13:01:06 UTC

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

Updated Branches:
  refs/heads/master cad40541a -> a73beb43b


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

This reverts commit 829826a38fa2636450ecb31088a1e04d00f3bb46.
Because a couple of lines down in the file it already exists,
and it already doesn't work (for us?)


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

Branch: refs/heads/master
Commit: a73beb43ba1ae38c370b68e295312fe758b39d73
Parents: cad4054
Author: Igor Galić <i....@brainsware.org>
Authored: Sat Aug 11 13:00:15 2012 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Sat Aug 11 13:00:15 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a73beb43/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7adeb9b..036198d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,9 +503,6 @@ 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],[])