pidgin/purple-plugin-pack

960557895349
Parents 9d1bb65b7fc0
Children 2282a87fa776
correctly tell libtool that our only language is C
  • +2 -5
    configure.ac
  • --- a/configure.ac Tue Oct 27 01:05:01 2009 -0500
    +++ b/configure.ac Tue Oct 27 01:06:24 2009 -0500
    @@ -19,11 +19,8 @@
    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
    +LT_INIT
    +LT_LANG([C])
    LIBTOOL="$LIBTOOL --silent"
    dnl #######################################################################