--- find_apu.m4	Sun Nov 02 01:27:57 2003
+++ find_apu.m4.new	Sun Nov 02 01:26:40 2003
@@ -46,7 +46,9 @@
 
   AC_MSG_CHECKING(for APR-util)
   AC_ARG_WITH(apr-util,
-  [  --with-apr-util=DIR     prefix for installed APU, or path to APU build tree],
+  [  --with-apr-util=DIR|FILE 
+                          prefix for installed APU, path to APU build tree,
+                          or the full path to apu-config],
   [
     if test "$withval" = "no" || test "$withval" = "yes"; then
       AC_MSG_ERROR([--with-apr-util requires a directory to be provided])
@@ -69,7 +71,7 @@
     if test "$apu_found" != "yes"; then
       AC_MSG_ERROR([
 The directory given to --with-apr-util does not specify a prefix for an 
-installed APU, nor an APR-util build directory.])
+installed APU, nor an APR-util build directory, nor an apu-config file.])
     fi
   ],[
     dnl if we have a bundled source directory, use it
@@ -99,4 +101,4 @@
   ])
 
   AC_MSG_RESULT($apu_found)
-])
+]) 
