mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
THRIFT-2552 eliminate warning from configure.ac
Client: build process Patch: Liang Xie
This commit is contained in:
parent
8fcc82ba70
commit
0cf802a366
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user