]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use apxs from the configured @bindir@ rather than
authorJoe Orton <jorton@apache.org>
Mon, 23 Aug 2021 12:32:40 +0000 (12:32 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 23 Aug 2021 12:32:40 +0000 (12:32 +0000)
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

test/modules/http2/config.ini.in

index 52607d8a3bfe80128a5110df44479fc9759c66e0..3135a7ec81521f3e1d8dd265f9d0791ba45556dd 100644 (file)
@@ -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@