6
1
# We check two things: where the include file is for cstdint. We
7
2
# include AC_TRY_COMPILE for all the combinations we've seen in the
8
3
# wild. We define one of HAVE_CSTDINT or HAVE_TR1_CSTDINT or
9
4
# HAVE_BOOST_CSTDINT depending
13
8
[AC_MSG_CHECKING(the location of cstdint)
18
12
for location in tr1/cstdint boost/cstdint cstdint; do
19
13
if test -z "$ac_cv_cxx_cstdint"; then