summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2004-12-03 04:13:42 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2004-12-03 04:13:42 +0000
commite450a0517306769e11c71d0746eddcaad56ec19d (patch)
tree05b7341b83d50c1c90860b505b0115487c089ad1 /build
parent4655dffa48afc98dcd8f1e3baf8a62261dca618b (diff)
downloadlibapr-e450a0517306769e11c71d0746eddcaad56ec19d.tar.gz
* build/jlibtool.c: Add ifdef wrapper to fix build on Linux
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@109626 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/jlibtool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/jlibtool.c b/build/jlibtool.c
index cb1278b64..d24b8d44e 100644
--- a/build/jlibtool.c
+++ b/build/jlibtool.c
@@ -917,6 +917,7 @@ void add_rpath_noinstall(count_chars *cc, const char *arg, int pathlen)
}
#endif
+#ifdef DYNAMIC_LINK_NO_INSTALL
void add_dylink_noinstall(count_chars *cc, const char *arg, int pathlen,
int extlen)
{
@@ -963,6 +964,7 @@ void add_dylink_noinstall(count_chars *cc, const char *arg, int pathlen,
push_count_chars(cc, exp_argument);
}
+#endif
/* use -L -llibname to allow to use installed libraries */
void add_minus_l(count_chars *cc, const char *arg)