Author: jfarrell
Date: Fri May 18 04:14:45 2012
New Revision: 1339969

URL: http://svn.apache.org/viewvc?rev=1339969&view=rev
Log:
Thrift-1326:on some platforms, #include <stdint.h> is necessary to be included 
in Thrift.h
Client: contrib/fb303
Patch: Jake Farrell

Adding check for needed headers to fb303 configure.ac


Modified:
    thrift/trunk/contrib/fb303/configure.ac

Modified: thrift/trunk/contrib/fb303/configure.ac
URL: 
http://svn.apache.org/viewvc/thrift/trunk/contrib/fb303/configure.ac?rev=1339969&r1=1339968&r2=1339969&view=diff
==============================================================================
--- thrift/trunk/contrib/fb303/configure.ac (original)
+++ thrift/trunk/contrib/fb303/configure.ac Fri May 18 04:14:45 2012
@@ -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.
 


Reply via email to