[valadoc] Disable static libraries



commit 5a5f5e3e41ab2acad1c6949b37d36ae4cd23bcd0
Author: Florian Brosch <flo brosch gmail com>
Date:   Mon Jul 25 10:03:13 2011 +0200

    Disable static libraries

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index b407c38..fd75ea7 100755
--- a/configure.in
+++ b/configure.in
@@ -10,10 +10,10 @@ AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_PROG_CC
+AM_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
 
-
 ##
 ## Settings:
 ##



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