[mpich2-commits] r7496 - mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Wed Nov 24 03:22:21 CST 2010
Author: balaji
Date: 2010-11-24 03:22:21 -0600 (Wed, 24 Nov 2010)
New Revision: 7496
Modified:
mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/configure.ac
Log:
Prefer static builds 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-11-24 09:22:11 UTC (rev 7495)
+++ mpich2/trunk/src/pm/hydra/tools/bind/hwloc/hwloc/configure.ac 2010-11-24 09:22:21 UTC (rev 7496)
@@ -147,8 +147,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