]> granicus.if.org Git - apache/commit
If the user explicitly requests --enable-so, --enable-so=yes,
authorAaron Bannert <aaron@apache.org>
Tue, 23 Oct 2001 23:13:27 +0000 (23:13 +0000)
committerAaron Bannert <aaron@apache.org>
Tue, 23 Oct 2001 23:13:27 +0000 (23:13 +0000)
commitd94e92e83cad366d24d2c642e4a7a4a40003bf89
tree7c0892fbd736c5076ecb989f132c15339590d806
parentd998d4dd3ad70042c6e0c8c2b553957f01183390
If the user explicitly requests --enable-so, --enable-so=yes,
--enable-so=static, or --enable-so=shared but APR_HAS_DSO is
not defined on their system, then it is a fatal error.

Tested on Solaris, but I think it should work everywhere else.

Feel free to change the error message to something
better/more descriptive/etc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91652 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/config9.m4