diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-04-29 07:30:21 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-04-29 07:30:21 +0200 |
commit | e1d8823ee344ff6d363aec99cd64dab26393e42b (patch) | |
tree | 661220ad3c7b7b82d740808877fd81af20345e75 /INSTALL | |
parent | Completely revamp configure so that it preserves the standard make (diff) | |
download | apache2-e1d8823ee344ff6d363aec99cd64dab26393e42b.tar.xz apache2-e1d8823ee344ff6d363aec99cd64dab26393e42b.zip |
All of this stuff about apxs is bogus right now -- does anyone feel
inclined to update apxs?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -88,10 +88,8 @@ If your system is not on these lists but has the dlopen-style interface, you either have to provide the appropriate compiler - and linker flags (see CFLAGS_SHLIB, LDFLAGS_SHLIB and - LDFLAGS_SHLIB_EXPORT below) manually or at least make sure a - Perl 5 interpreter is installed from which Apache can guess - the options. + and linker flags manually or at least make sure a Perl 5 + interpreter is installed from which Apache can guess the options. If you are building from a copy of the CVS repository, rather |