jsquy...@osl.iu.edu wrote: > Author: jsquyres > Date: 2010-03-01 20:56:14 EST (Mon, 01 Mar 2010) > New Revision: 1795 > URL: https://svn.open-mpi.org/trac/hwloc/changeset/1795 > > Log: > Fix a bunch of small errors: > > * Ensure the srcdir gets the right value > * Convert some more "if test..." to "AS_IF([..." > * Embedding mode now disables docs, debugging, cairo, and xml support > by default. Currently, there is no good/documented way to change > these defaults -- let's see if any embedded project cares... >
It looks this also disables Cairo and friends in the main hwloc configure too, not only when embedding in another project. Are we supposed to add things like enable_cairo=yes to configure.ac before calling the embedding code? Brice