diff options
author | Mike Hommey <mh@glandium.org> | 2012-04-30 10:38:27 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-05-01 00:13:45 (GMT) |
commit | 7cdea3973cab8640d1f44c7638ed5e30ed18be24 (patch) | |
tree | 151a5f1d72213a6c9a40adf5f3f2a5cf1aa229ea /bin | |
parent | a14bce85e885f83c96116cc5438ae52d740f3727 (diff) | |
download | jemalloc-7cdea3973cab8640d1f44c7638ed5e30ed18be24.zip jemalloc-7cdea3973cab8640d1f44c7638ed5e30ed18be24.tar.gz jemalloc-7cdea3973cab8640d1f44c7638ed5e30ed18be24.tar.bz2 |
Few configure.ac adjustments
- Use the extensions autoconf finds for object and executable files.
- Remove the sorev variable, and replace SOREV definition with sorev's.
- Default to je_ prefix on win32.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/jemalloc.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jemalloc.sh.in b/bin/jemalloc.sh.in index 58683f5..cdf3673 100644 --- a/bin/jemalloc.sh.in +++ b/bin/jemalloc.sh.in @@ -4,6 +4,6 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@sorev@ +@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SOREV@ export @LD_PRELOAD_VAR@ exec "$@" |