[cig-commits] r6033 - short/3D/PyLith/trunk

leif at geodynamics.org leif at geodynamics.org
Thu Feb 15 12:21:11 PST 2007


Author: leif
Date: 2007-02-15 12:21:11 -0800 (Thu, 15 Feb 2007)
New Revision: 6033

Modified:
   short/3D/PyLith/trunk/configure.ac
Log:
Cut build time in half by instructing Libtool to only build shared
objects by default.


Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2007-02-15 19:49:46 UTC (rev 6032)
+++ short/3D/PyLith/trunk/configure.ac	2007-02-15 20:21:11 UTC (rev 6033)
@@ -48,6 +48,7 @@
 # C/C++/libtool/install
 AC_PROG_CXX
 AC_PROG_CC
+AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 



More information about the cig-commits mailing list