summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2007-02-18 20:42:55 +0000
committerPeter Johnson <peter@tortall.net>2007-02-18 20:42:55 +0000
commit8aa68a2ee26af6f76551cb5be25bc5c9925abac2 (patch)
tree061bf3fdafe4b3cab70c18d7d4cbc9eb217acff4 /configure.ac
parent7c5901713d041b71ce6cb6e8e6c093518521a71d (diff)
downloadyasm-8aa68a2ee26af6f76551cb5be25bc5c9925abac2.tar.gz
Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is a
LLP64 platform so it's unsafe to cast pointers to unsigned long. Reported by: Chris Tophe <cohika@gmail.com> svn path=/trunk/yasm/; revision=1774
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b34ea250..f2efc713 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ AC_C_CONST
AC_C_INLINE
AC_C_PROTOTYPES
AC_TYPE_SIZE_T
-AX_CREATE_STDINT_H
+AX_CREATE_STDINT_H([libyasm-stdint.h])
#
# Checks for library functions.