Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8fcc82b
)
THRIFT-2552 eliminate warning from configure.ac
author
Jens Geyer
<jensg@apache.org>
Tue, 27 May 2014 21:10:11 +0000
(23:10 +0200)
committer
Jens Geyer
<jensg@apache.org>
Tue, 27 May 2014 21:10:11 +0000
(23:10 +0200)
Client: build process
Patch: Liang Xie
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
cc89593
..
5941cd8
100755
(executable)
--- 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