DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10644>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10644

no support for dbm rewrite maps





------- Additional Comments From [EMAIL PROTECTED]  2002-08-21 15:34 -------
Applies to 2.0.40 too. Dirty hack for me was comment the following section in 
configure:

  if test "x$CFLAGS" = "x"; then
    echo "  setting CFLAGS to \"-DNO_DBM_REWRITEMAP\""
    CFLAGS="-DNO_DBM_REWRITEMAP"
  else
    apr_addto_bugger="-DNO_DBM_REWRITEMAP"
    for i in $apr_addto_bugger; do
      apr_addto_duplicate="0"
      for j in $CFLAGS; do
        if test "x$i" = "x$j"; then
          apr_addto_duplicate="1"
          break
        fi
      done
      if test $apr_addto_duplicate = "0"; then
        echo "  adding \"$i\" to CFLAGS"
        CFLAGS="$CFLAGS $i"
      fi
    done
  fi

/modules/mappers/config9.m4 makes configure always set NO_DBM_REWRITEMAP.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to