From: Joe Orton Date: Mon, 23 Aug 2021 12:32:40 +0000 (+0000) Subject: Use apxs from the configured @bindir@ rather than X-Git-Tag: 2.5.0-alpha2-ci-test-only~858 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c93ac4f9be1fdd6d79fb21736b1946e6007cf1d;p=thirdparty%2Fapache%2Fhttpd.git Use apxs from the configured @bindir@ rather than whatever path APR happens to be pulled from. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892545 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/modules/http2/config.ini.in b/test/modules/http2/config.ini.in index 52607d8a3bf..3135a7ec815 100644 --- a/test/modules/http2/config.ini.in +++ b/test/modules/http2/config.ini.in @@ -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@