summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2005-09-05 20:53:07 +0000
committerPeter Johnson <peter@tortall.net>2005-09-05 20:53:07 +0000
commitf928be04b2648c05a25b97ce83257ee78d059f51 (patch)
treef6bb8221b74d3553d861414761bdbfa4e5b56508 /configure.ac
parentca17d58f879541f2718a2645b42a0dd05b3503ee (diff)
downloadyasm-f928be04b2648c05a25b97ce83257ee78d059f51.tar.gz
* hamt.c: Use uintptr_t to correctly cast to integer from pointer. On some
platforms (notably Win64), unsigned long is not big enough to hold a pointer. * Makefile.am, configure.ac: Use ax_create_stdint_h to get us uintptr_t. * ax_create_stdint_h.m4: Implementation of ax_create_stdint_h autoconf macro from http://ac-archive.sourceforge.net/guidod/ax_create_stdint_h.html svn path=/trunk/yasm/; revision=1223
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 83ad9cfa..6e9dafd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,6 +109,7 @@ AC_C_CONST
AC_C_INLINE
AC_C_PROTOTYPES
AC_TYPE_SIZE_T
+AX_CREATE_STDINT_H
#
# Checks for library functions.