summaryrefslogtreecommitdiff
path: root/support/envvars-std.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-15 21:50:19 +0000
committerJeff Trawick <trawick@apache.org>2001-12-15 21:50:19 +0000
commit1f5c20551ce58dec3fb3ef5971a1dd8459ef2b2e (patch)
tree25a8dce466158a3137abd858960d2f6618fcc784 /support/envvars-std.in
parentf00fb8b2145e334b9200467b17637a5ebdb27069 (diff)
downloadhttpd-1f5c20551ce58dec3fb3ef5971a1dd8459ef2b2e.tar.gz
get binbuild to do the right thing with envvars (install/edit as
appropriate) fix a problem in the load-library-path setting (wrong kind of quotes were used) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/envvars-std.in')
-rw-r--r--support/envvars-std.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/envvars-std.in b/support/envvars-std.in
index 37a8606278..831d8733eb 100644
--- a/support/envvars-std.in
+++ b/support/envvars-std.in
@@ -4,7 +4,7 @@
#
# the following lines are automatically uncommented for
# binary builds
-#binbuild @SHLIBPATH_VAR@='@prefix@/lib/:$@SHLIBPATH_VAR@'
+#binbuild @SHLIBPATH_VAR@="@prefix@/lib/:$@SHLIBPATH_VAR@"
#binbuild export @SHLIBPATH_VAR@
#
@OS_SPECIFIC_VARS@