[gnote] Build only shared libraries



commit ba0d7e03672bb3241d6fb1461adb1ce435fd313c
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Sun May 15 22:09:24 2011 +0300

    Build only shared libraries
    
    By default do not build static libraries.
    Fixes bug 620015.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dbfbe63..5d84cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ LDFLAGS="$LDFLAGS"
 
 
 dnl AC_PROG_INSTALL
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
 
 AC_LANG_CPLUSPLUS
 AC_LANG_COMPILER_REQUIRE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]