Index: library/xml/TclExpat-1.1/configure =================================================================== diff -u -ra16cfab111738c0792b602340bb9f86263206a74 -rdcbd1fac837f989819c9ff558fe6338a42c3d7e7 --- library/xml/TclExpat-1.1/configure (.../configure) (revision a16cfab111738c0792b602340bb9f86263206a74) +++ library/xml/TclExpat-1.1/configure (.../configure) (revision dcbd1fac837f989819c9ff558fe6338a42c3d7e7) @@ -6707,6 +6707,13 @@ filemap="unixfilemap.c" fi +# +# general fallback to the bundled expat +# +if test "${expat_dir}" = ""; then + with_expat="bundle" +fi + if test "${with_expat}" = bundle ; then # 1) the bundled case { echo "$as_me:$LINENO: result: using bundled expat distribution" >&5