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

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


Author: balaji
Date: 2010-05-24 16:18:34 -0500 (Mon, 24 May 2010)
New Revision: 6734

Modified:
   mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config/hwloc_internal.m4
Log:
Forgot to quote enable_doxygen=no command in r6733.

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 21:16:31 UTC (rev 6733)
+++ mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/config/hwloc_internal.m4	2010-05-24 21:18:34 UTC (rev 6734)
@@ -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_doxygen=no)
+                        [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