pidgin/purple-plugin-pack

Disable some libtool checks we don't need.
org.guifications.plugins
2008-12-24, rekkanoryo
f57ebe465849
Parents b03adf8f80fb
Children 54ac2a873097
Disable some libtool checks we don't need.
  • +4 -0
    configure.ac
  • --- a/configure.ac Tue Dec 23 04:35:17 2008 -0500
    +++ b/configure.ac Wed Dec 24 16:32:13 2008 -0500
    @@ -19,6 +19,10 @@
    dnl #######################################################################
    dnl # Setup libtool
    dnl #######################################################################
    +m4_defun([_LT_AC_LANG_CXX_CONFIG], [:])
    +m4_defun([_LT_AC_LANG_F77_CONFIG], [:])
    +m4_defun([_LT_AC_LANG_GCJ_CONFIG], [:])
    +m4_defun([_LT_AC_LANG_RC_CONFIG], [:])
    AM_PROG_LIBTOOL
    LIBTOOL="$LIBTOOL --silent"