diff options
author | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2010-06-26 13:10:39 +0000 |
---|---|---|
committer | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2010-06-26 13:10:39 +0000 |
commit | 5c1188edb0cacf958a460f42ca0fb21f1856bee3 (patch) | |
tree | dc0789b905fc7e4a0d1281db804dd359c8dc13dd /configure.ac | |
parent | 08fe345aeaf1de9b7e6bd66e7ac6f93c4f462386 (diff) | |
download | portableumem-5c1188edb0cacf958a460f42ca0fb21f1856bee3.tar.gz |
move umem_startup constructor to the umem .so itself, rather than
the malloc replacement.
Rename ec_atomic to umem_atomic.
Add a posix_memalign function.
-ldl isn't universal; make a configure check for it.
git-svn-id: https://labs.omniti.com/portableumem/trunk@58 1665872d-e22b-0410-9e5d-a57ad4215e6d
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 6971f75..3928c83 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ int main(void){return (sizeof(pthread_mutex_t) > 24);} ] ) +AC_CHECK_LIB(dl,dlopen) AC_CHECK_HEADERS([sys/mman.h sys/sysmacros.h sys/time.h malloc.h]) AC_CHECK_FUNCS([issetugid mallinfo malloc_stats]) |