From ac0ec9b7689393e5e549c08765ca736c673c54bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Nov 2013 08:55:22 +0200 Subject: Drop support for Berkeley DB XML --- build/configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'build/configure') diff --git a/build/configure b/build/configure index fb1882d..2125b99 100755 --- a/build/configure +++ b/build/configure @@ -49,7 +49,6 @@ $echo with_boost_serialization=`read_y_n n` - $echo $echo "Would you like to build optional parts of '$project_name' that require" $echo "the boost 'date_time' library?" @@ -59,13 +58,6 @@ with_boost_date_time=`read_y_n n` $echo $echo "Would you like to build optional parts of '$project_name' that require" -$echo "the 'Berkeley DB XML' library?" -$echo - -with_dbxml=`read_y_n n` - -$echo -$echo "Would you like to build optional parts of '$project_name' that require" $echo "the XQilla library?" $echo @@ -74,7 +66,6 @@ with_xqilla=`read_y_n n` echo "xsd_with_zlib := $with_zlib" >$1 echo "xsd_with_ace := $with_ace" >>$1 echo "xsd_with_xdr := $with_xdr" >>$1 -echo "xsd_with_dbxml := $with_dbxml" >>$1 echo "xsd_with_xqilla := $with_xqilla" >>$1 echo "xsd_with_boost_date_time := $with_boost_date_time" >>$1 echo "xsd_with_boost_serialization := $with_boost_serialization" >>$1 -- cgit v1.1