summaryrefslogtreecommitdiff
path: root/APRVARS.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-25 19:53:28 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-25 19:53:28 +0000
commitc12cacccbe72ea6bf3aab7132de09584a134bf6a (patch)
tree56e0020a0b36db920be0fc216fa5edc714710132 /APRVARS.in
parent18814d25c8bd9cc5fd5492651481cf2064596871 (diff)
downloadlibapr-c12cacccbe72ea6bf3aab7132de09584a134bf6a.tar.gz
Change APRVARS.in to output EXTRA_LIBS instead of LIBS. Apache doesn't
include LIBS in its build process. But it does include EXTRA_LIBS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'APRVARS.in')
-rw-r--r--APRVARS.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/APRVARS.in b/APRVARS.in
index 3f51b0b52..039ac1685 100644
--- a/APRVARS.in
+++ b/APRVARS.in
@@ -1 +1 @@
-LIBS="@LIBS@"
+EXTRA_LIBS="@LIBS@"