Completely reorganized the selection scheme for
authoroes <oes@users.sourceforge.net>
Fri, 13 Jul 2001 13:58:05 +0000 (13:58 +0000)
committeroes <oes@users.sourceforge.net>
Fri, 13 Jul 2001 13:58:05 +0000 (13:58 +0000)
commit5bc5146d881691b23bbf195715ef95f7d8ace2e1
treedfb66abb2a06a464bbd8205ad8b43c93e3710daf
parent04f1662680984f3768ef31ce3cc066fa7a9de296
   Completely reorganized the selection scheme for
   pcre, pcreposix, pcrs and gnu_regex:

   The presence of shared pcre, pcreposix or pcrs
   libraried is now autodetected. Additionally, the
   user can enforce using the built-in static variants
   by specifying --disable-dynamic-(pcre|pcrs).
   Care is taken to avoid that pcre is dyn, while pcreposix
   is static, if both are used and that pcrs is static if
   pcrs is.

   The choice between pcre, gnu or no regex for actionsfile
   URL matching is now via
   --(enable|disable)-regex-matching[=(gnu|pcre|no)] with the
   default being pcre.
configure.in