[mpich2-commits] r6633 - mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Mon May 10 20:47:24 CDT 2010
Author: balaji
Date: 2010-05-10 20:47:24 -0500 (Mon, 10 May 2010)
New Revision: 6633
Modified:
mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/configure.ac
Log:
Give preference to static builds as compared to shared library builds.
Modified: mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/configure.ac
===================================================================
--- mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/configure.ac 2010-05-11 01:47:13 UTC (rev 6632)
+++ mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/configure.ac 2010-05-11 01:47:24 UTC (rev 6633)
@@ -143,8 +143,8 @@
# Setup libtool, but disable C++, F77, Java and Windows Resource
# Compiler support -- we don't need that stuff.
-AM_ENABLE_SHARED
-AM_DISABLE_STATIC
+AM_DISABLE_SHARED
+AM_ENABLE_STATIC
AM_PROG_LIBTOOL([win32-dll])
LT_LANG([C])
More information about the mpich2-commits
mailing list