Author: wrowe
Date: Fri Feb 3 18:23:46 2006
New Revision: 374814
URL: http://svn.apache.org/viewcvs?rev=374814&view=rev
Log:
Document --with-expat=builtin
Modified:
apr/apr-util/trunk/build/apu-conf.m4
Modified: apr/apr-util/trunk/build/apu-conf.m4
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/build/apu-conf.m4?rev=374814&r1=374813&r2=374814&view=diff
==============================================================================
--- apr/apr-util/trunk/build/apu-conf.m4 (original)
+++ apr/apr-util/trunk/build/apu-conf.m4 Fri Feb 3 18:23:46 2006
@@ -142,7 +142,7 @@
AC_DEFUN([APU_FIND_EXPAT], [
AC_ARG_WITH([expat],
-[ --with-expat=DIR specify Expat location], [
+[ --with-expat=DIR specify Expat location, or 'builtin'], [
if test "$withval" = "yes"; then
AC_MSG_ERROR([a directory must be specified for --with-expat])
elif test "$withval" = "no"; then
|