Thrift-1326:on some platforms, #include <stdint.h> is necessary to be included in...
authorJake Farrell <jfarrell@apache.org>
Fri, 18 May 2012 04:14:45 +0000 (04:14 +0000)
committerJake Farrell <jfarrell@apache.org>
Fri, 18 May 2012 04:14:45 +0000 (04:14 +0000)
Client: contrib/fb303
Patch: Jake Farrell

Adding check for needed headers to fb303 configure.ac

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1339969 13f79535-47bb-0310-9956-ffa450edef68

contrib/fb303/configure.ac

index 67cc110..c94e252 100644 (file)
@@ -78,6 +78,10 @@ AX_BOOST_BASE([1.33.1])
 # Change Makefile.am also to add subdirectly.
 AC_CONFIG_FILES(Makefile cpp/Makefile py/Makefile)
 
+# Check for headers
+AC_CHECK_HEADERS([inttypes.h])
+AC_CHECK_HEADERS([netinet/in.h])
+
 ############################################################################
 # DO NOT TOUCH.