You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/09/02 23:46:26 UTC

git commit: TS-2172: automake subdir-objects requires AM_PROG_CC_C_O

Updated Branches:
  refs/heads/master 8ea6c7f3a -> 3fed45cdc


TS-2172: automake subdir-objects requires AM_PROG_CC_C_O


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

Branch: refs/heads/master
Commit: 3fed45cdc3b18d048c657502fbaf61d1b12a9ee5
Parents: 8ea6c7f
Author: James Peach <jp...@apache.org>
Authored: Mon Sep 2 14:46:21 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Mon Sep 2 14:46:21 2013 -0700

----------------------------------------------------------------------
 configure.ac | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3fed45cd/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index dfbf2e4..df91e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -540,6 +540,7 @@ _ts_saved_CXXFLAGS="${CXXFLAGS}"
 AC_PROG_CC([cc gcc clang icc])
 AC_PROG_CXX([c++ g++ clang++ icpc])
 
+AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_CXXCPP
 AM_PROG_AS