summaryrefslogtreecommitdiff
path: root/build/configure
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-27 18:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-27 18:17:22 +0200
commitb0846152c522c859bee2fbce55721d7b79264848 (patch)
tree6e3daedf516d67d54d344af92193cb03ab18d9c4 /build/configure
parent9e77d565b3b817ceb427d7ffc2c71fd7ffe5d169 (diff)
Add XML compression example
Diffstat (limited to 'build/configure')
-rwxr-xr-xbuild/configure9
1 files changed, 8 insertions, 1 deletions
diff --git a/build/configure b/build/configure
index 73b9393..07f18b5 100755
--- a/build/configure
+++ b/build/configure
@@ -20,6 +20,12 @@ $echo "configuring '$project_name'"
$echo
$echo
+$echo
+$echo "Would you like to build optional parts of '$project_name' that require"
+$echo "the 'zlib' library?"
+$echo
+
+with_zlib=`read_y_n n`
$echo
$echo "Would you like to build optional parts of '$project_name' that require"
@@ -65,7 +71,8 @@ $echo
with_xqilla=`read_y_n n`
-echo "xsd_with_ace := $with_ace" >$1
+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