diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-08-11 22:42:04 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-08-11 22:42:04 +0000 |
commit | b61a6e8bdc5ca52a09ff02a6ce2e92742725f8cc (patch) | |
tree | 5848193e57d72b0287a019e3b2f1734aa4fa7c3c /configure.ac | |
parent | 3d061e9d1092364be132fc3f6c478add94b4e482 (diff) |
Pull in initial 32-bit support patches.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@156 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 74b043b32..f32db79da 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ SPL_AC_UACCESS_HEADER SPL_AC_KMALLOC_NODE SPL_AC_MONOTONIC_CLOCK SPL_AC_INODE_I_MUTEX +SPL_AC_DIV64_64 TOPDIR=`/bin/pwd` |