aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6af4004..a500efe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1437,6 +1437,7 @@ struct timeval test_var;
1437) 1437)
1438AC_DEFINE_UNQUOTED([SIZEOF_STRUCT_TIMEVAL_TV_SEC], [$mhd_cv_size_timeval_tv_sec], 1438AC_DEFINE_UNQUOTED([SIZEOF_STRUCT_TIMEVAL_TV_SEC], [$mhd_cv_size_timeval_tv_sec],
1439 [The size of `tv_sec' member of `struct timeval', as computed by sizeof]) 1439 [The size of `tv_sec' member of `struct timeval', as computed by sizeof])
1440AC_CHECK_SIZEOF([int64_t], [], [[#include <stdint.h>]])
1440AC_CHECK_SIZEOF([uint64_t], [], [[#include <stdint.h>]]) 1441AC_CHECK_SIZEOF([uint64_t], [], [[#include <stdint.h>]])
1441AC_CHECK_SIZEOF([int], [], [[#include <stdint.h>]]) 1442AC_CHECK_SIZEOF([int], [], [[#include <stdint.h>]])
1442AC_CHECK_SIZEOF([unsigned int], [], [[#include <stdint.h>]]) 1443AC_CHECK_SIZEOF([unsigned int], [], [[#include <stdint.h>]])