Hi,
httpd 2.0's configure --help (or the online doc) goes:
--disable-FEATURE
Do not include FEATURE. This is the same as --enable-FEATURE=no.
--enable-FEATURE[=ARG]
Include FEATURE. The default value for ARG is yes.
[...]
Note configure will not complain about --enable-foo even if foo doesn't
exist, so you need to type carefully.
How do I find which FEATUREs are available? Shouldn't there be a list?
At the moment I'm trying to figure out how to turn expat off, since I'm
trying to build 64-bit httpd on SunOS and it keeps finding non-64bit expat
library, which I can't remove :(
Thanks
--
_____________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]