[Xfce4-commits] <xfce4-mailwatch-plugin:master> Disable static libs by default at libtool init

Ján Sučan noreply at xfce.org
Fri Aug 30 00:38:02 CEST 2013


Updating branch refs/heads/master
         to 47da4a9a330c646a6b62eed28f11726785902ae0 (commit)
       from 686c45a77597337119cd9f7cbc4fccdd9c8739ba (commit)

commit 47da4a9a330c646a6b62eed28f11726785902ae0
Author: Ján Sučan <sucan at runbox.com>
Date:   Fri Aug 30 00:29:18 2013 +0200

    Disable static libs by default at libtool init
    
    Fix half of bug 6920.

 configure.ac.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac.in b/configure.ac.in
index 09ddb47..dab6bc9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -33,6 +33,7 @@ AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL([0.31], [no-xml])
 LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl check for standard header files
 AC_HEADER_STDC


More information about the Xfce4-commits mailing list