summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2012-04-30 12:38:27 +0200
committerJason Evans <je@fb.com>2012-04-30 17:13:45 -0700
commit7cdea3973cab8640d1f44c7638ed5e30ed18be24 (patch)
tree151a5f1d72213a6c9a40adf5f3f2a5cf1aa229ea /bin
parenta14bce85e885f83c96116cc5438ae52d740f3727 (diff)
downloadjemalloc-7cdea3973cab8640d1f44c7638ed5e30ed18be24.tar.gz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jemalloc.sh.in b/bin/jemalloc.sh.in
index 58683f5d..cdf36737 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 "$@"