[Xfce4-commits] <xfce4-xkb-plugin:xfce-git-master> disable static libs by default when initing libtool

Igor Slepchin noreply at xfce.org
Wed Mar 20 18:40:06 CET 2013


Updating branch refs/heads/xfce-git-master
         to 63cda4061481d5c957006256d989ce2ec734bc0c (commit)
       from c696d20687631bb3300cf9cfa6bd58bc2c27f59e (commit)

commit 63cda4061481d5c957006256d989ce2ec734bc0c
Author: Igor Slepchin <igor.slepchin at gmail.com>
Date:   Tue Mar 19 20:48:09 2013 -0400

    disable static libs by default when initing libtool
    
    Bug 6920

 configure.in.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 35d88e9..4da9f84 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -39,8 +39,9 @@ dnl ********************************
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
 AC_PROG_INTLTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl *******************************
 dnl *** Check for UNIX variants ***


More information about the Xfce4-commits mailing list