From 18b7447c9c84a8404dddb608974d1e8e04abc43f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 13 Feb 2015 16:15:36 +0100 Subject: [PATCH] Configure: Changed default.cfg CONFIG_UCW_ONLY is gone, it did not work anyway. CONFIG_XML is turned on by default. --- default.cfg | 5 +---- ucw/doc/configure.txt | 8 ++++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/default.cfg b/default.cfg index 4788b156..a78a78b9 100644 --- a/default.cfg +++ b/default.cfg @@ -17,9 +17,6 @@ UnSet("CONFIG_LTO"); Set("CONFIG_UCW_LARGE_FILES"); Set("CONFIG_UCW_THREADS" => 1); -# Build only LibUCW itself -Set("CONFIG_UCW_ONLY"); - # Libucw extensions Set("CONFIG_UCW_PERL" => 1); Set("CONFIG_UCW_PERL_MODULES" => 1); @@ -39,7 +36,7 @@ Set("CONFIG_CHARSET"); Set("CONFIG_CHARSET_UTILS"); # Libucw-xml -UnSet("CONFIG_XML"); +Set("CONFIG_XML"); # Return success 1; diff --git a/ucw/doc/configure.txt b/ucw/doc/configure.txt index 6bd328bc..e655228e 100644 --- a/ucw/doc/configure.txt +++ b/ucw/doc/configure.txt @@ -71,8 +71,8 @@ you can move the `run` directory around your filesystem as you like: Examples -------- - `./configure -CONFIG_SHARED` will build the libraries statically. - - `./configure -CONFIG_IMAGES` avoids building the image library. - - `./configure CONFIG_UCW_ONLY -CONFIG_UCW_UTILS` compiles only the - libucw library without its util programs. - - `./configure CONFIG_XML PREFIX=$HOME/libucw` includes a xml + - `./configure -CONFIG_XML` avoids building the XML library. + - `./configure -CONFIG_UCW_UTILS` compiles only the libraries + without its utility programs. + - `./configure CONFIG_IMAGES PREFIX=$HOME/libucw` includes an image library and installs into your home directory. -- 2.39.2