summaryrefslogtreecommitdiffstats
path: root/autoconf.mk.in
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-20 18:48:27 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-20 21:18:12 +0200
commit92c94e7df230dd86eb46e8edf8e9d92531d5f6ef (patch)
treec64e1c979f910884bddd47d42cf9a7913cb56cc4 /autoconf.mk.in
parent81fc594342925137b55b3decb4992b283a52967f (diff)
downloadqpdf-92c94e7df230dd86eb46e8edf8e9d92531d5f6ef.tar.zst
Add symbol versioning
For ELF systems, turn on versioned symbols by default, and add a configure option to enable or disable them.
Diffstat (limited to 'autoconf.mk.in')
-rw-r--r--autoconf.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf.mk.in b/autoconf.mk.in
index 693a06f1..9112bad0 100644
--- a/autoconf.mk.in
+++ b/autoconf.mk.in
@@ -31,3 +31,4 @@ BUILD_PDF=@BUILD_PDF@
VALIDATE_DOC=@VALIDATE_DOC@
SKIP_TEST_COMPARE_IMAGES=@SKIP_TEST_COMPARE_IMAGES@
BUILDRULES=@BUILDRULES@
+HAVE_LD_VERSION_SCRIPT=@HAVE_LD_VERSION_SCRIPT@