From 446ad419be299b0fcb438e52f11e28d3904f2b04 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 27 Apr 2001 20:57:38 +0000 Subject: [PATCH] backing out this part of the recent apxs change otherwise `apxs -q INCLUDEDIR' is broken using the default layout PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88957 13f79535-47bb-0310-9956-ffa450edef68 --- support/apxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apxs.in b/support/apxs.in index fc04758a72..c1c91ee07f 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -73,7 +73,7 @@ my $CFG_PREFIX = "@prefix@"; my $prefix = "$CFG_PREFIX"; my $CFG_EXEC_PREFIX = "@exec_prefix@"; my $exec_prefix = "$CFG_EXEC_PREFIX"; -my $CFG_SBINDIR = "@sbindir@"; +my $CFG_SBINDIR = "@bindir@"; my $CFG_INCLUDEDIR = "@includedir@"; my $CFG_LIBEXECDIR = "@libexecdir@"; my $CFG_SYSCONFDIR = "@sysconfdir@"; -- 2.50.1