You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/08/23 12:32:40 UTC

svn commit: r1892545 - /httpd/httpd/trunk/test/modules/http2/config.ini.in

Author: jorton
Date: Mon Aug 23 12:32:40 2021
New Revision: 1892545

URL: http://svn.apache.org/viewvc?rev=1892545&view=rev
Log:
Use apxs from the configured @bindir@ rather than
whatever path APR happens to be pulled from.  [skip ci]

Modified:
    httpd/httpd/trunk/test/modules/http2/config.ini.in

Modified: httpd/httpd/trunk/test/modules/http2/config.ini.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/modules/http2/config.ini.in?rev=1892545&r1=1892544&r2=1892545&view=diff
==============================================================================
--- httpd/httpd/trunk/test/modules/http2/config.ini.in (original)
+++ httpd/httpd/trunk/test/modules/http2/config.ini.in Mon Aug 23 12:32:40 2021
@@ -11,7 +11,7 @@ libdir = @libdir@
 libexecdir = @libexecdir@
 
 apr_bindir = @APR_BINDIR@
-apxs = @APR_BINDIR@/apxs
+apxs = @bindir@/apxs
 apachectl = @sbindir@/apachectl
 dso_modules = @DSO_MODULES@