diff options
author | Doug MacEachern <dougm@apache.org> | 2001-04-27 22:57:38 +0200 |
---|---|---|
committer | Doug MacEachern <dougm@apache.org> | 2001-04-27 22:57:38 +0200 |
commit | 446ad419be299b0fcb438e52f11e28d3904f2b04 (patch) | |
tree | 977b8618d37a8e181e398729685c89cd9dca20df /support | |
parent | Allow module names to be hyphenated in the --enable-mods-shared (diff) | |
download | apache2-446ad419be299b0fcb438e52f11e28d3904f2b04.tar.xz apache2-446ad419be299b0fcb438e52f11e28d3904f2b04.zip |
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
Diffstat (limited to 'support')
-rw-r--r-- | support/apxs.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@"; |