From 1f5c20551ce58dec3fb3ef5971a1dd8459ef2b2e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 15 Dec 2001 21:50:19 +0000 Subject: 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 --- support/envvars-std.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/envvars-std.in') 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@ -- cgit v1.2.3