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

commit 47da4a9a330c646a6b62eed28f11726785902ae0
Author: Ján Sučan <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to