build: Disable static library by default
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 9 Dec 2013 17:51:42 +0000 (15:51 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 9 Dec 2013 17:51:42 +0000 (15:51 -0200)
Static library isn't enabled by default anymore. It can be enabled back
by passing --enable-static.

configure.ac

index a5d5047..9483a59 100644 (file)
@@ -19,7 +19,7 @@ AC_HEADER_STDC
 AC_C_CONST
 
 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
 
 VMAJ=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $1);}'`
 VMIN=`echo $PACKAGE_VERSION | awk -F. '{printf("%s", $2);}'`