You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2014/05/27 23:10:56 UTC

git commit: THRIFT-2552 eliminate warning from configure.ac Client: build process Patch: Liang Xie

Repository: thrift
Updated Branches:
  refs/heads/master 8fcc82ba7 -> 0cf802a36


THRIFT-2552 eliminate warning from configure.ac
Client: build process
Patch: Liang Xie


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

Branch: refs/heads/master
Commit: 0cf802a366f8ad315665194d406fd2d59df5ac34
Parents: 8fcc82b
Author: Jens Geyer <je...@apache.org>
Authored: Tue May 27 23:10:11 2014 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Tue May 27 23:10:11 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/thrift/blob/0cf802a3/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index cc89593..5941cd8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -549,6 +549,8 @@ AC_CHECK_FUNCS([alarm])
 AC_CHECK_FUNCS([clock_gettime])
 AC_CHECK_FUNCS([sched_get_priority_min])
 AC_CHECK_FUNCS([sched_get_priority_max])
+AC_CHECK_FUNCS([inet_ntoa])
+AC_CHECK_FUNCS([pow])
 
 if test "$cross_compiling" = "no" ; then
   AX_SIGNED_RIGHT_SHIFT