[mpich2-commits] r6733 - mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config

balaji at mcs.anl.gov balaji at mcs.anl.gov
Mon May 24 16:16:31 CDT 2010


Author: balaji
Date: 2010-05-24 16:16:31 -0500 (Mon, 24 May 2010)
New Revision: 6733

Modified:
   mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config/hwloc_internal.m4
Log:
Disable doxygen support in hwloc by default, but allow it to be
enabled if needed.

Reviewed by goodell.

Modified: mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config/hwloc_internal.m4
===================================================================
--- mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config/hwloc_internal.m4	2010-05-24 20:56:21 UTC (rev 6732)
+++ mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config/hwloc_internal.m4	2010-05-24 21:16:31 UTC (rev 6733)
@@ -39,7 +39,7 @@
     # Doxygen?
     AC_ARG_ENABLE([doxygen],
         [AC_HELP_STRING([--enable-doxygen],
-                        [enable support for building Doxygen documentation (note that this option is ONLY relevant in developer builds; Doxygen documentation is pre-built for tarball builds and this option is therefore ignored)])])
+                        [enable support for building Doxygen documentation (note that this option is ONLY relevant in developer builds; Doxygen documentation is pre-built for tarball builds and this option is therefore ignored)])],,enable_doxygen=no)
 
     # Picky?
     AC_ARG_ENABLE(picky,



More information about the mpich2-commits mailing list