Any objections to the following patch? All you do is pass -DAPR_BUCKET_DEBUG to ./configure and then several things happen:
is --enable-bucket-debug preferable? a couple of positive aspects of that:
a) natural place for help text (apr-util/configure --help)
b) after introducing configure logic, it becomes natural for the compile-time setting to go in a header file instead of making the compiler command lines even longer
more work though :)
