On Fri, Mar 03, 2017 at 02:02:07PM +0100, Jean-Marc Lasgouttes wrote: > Le 03/03/2017 à 12:53, Enrico Forestieri a écrit : > > On Fri, Mar 03, 2017 at 12:06:34PM +0100, Jean-Marc Lasgouttes wrote: > > > Le 03/03/2017 à 11:52, Enrico Forestieri a écrit : > > > > configure: error: cannot find suitable MyThes library (do not use > > > --without-included-mythes) > > > > > > > > But I didn't use --without-included-mythes ... > > > > > > I pushed a quick fix to prefer again the bundled version. Things to do: > > > - move bundled version to 3rdparty > > > - update it to latest > > > - change behavior of --with-included-mythes to just skip the detection of > > > the system one. I have to check what the zlib and iconv code do. > > > - then revert to without-included-mythes to be the default and reword the > > > help message. > > > > I think that the code should first try the system libraries and then > > the bundled ones, unless otherwise instructed by the --with or --without > > options. > > > > That was my plan: system is the default unless --with-included-* is on.
With the goal of reducing the necessary configure options, I meant to assume --with-included-* if no suitable system libs are found, unless --without-included-* is specified. system-boost found and no --with-included-boost => use-included-boost=no system-boost not found and no --without-included-boost => use-included-boost=yes -- Enrico