From: Michael Jerris Date: Sun, 1 Apr 2007 20:52:29 +0000 (+0000) Subject: strip a few extra checks out of configure X-Git-Tag: v1.0-beta1~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de6a7e97eb4f22b2a181429edf6cd7dfc758a7d;p=thirdparty%2Ffreeswitch.git strip a few extra checks out of configure git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4825 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 33cec5102d..14b67d349a 100644 --- a/configure.in +++ b/configure.in @@ -32,6 +32,11 @@ AC_PROG_CC AC_PROG_AWK AC_PROG_MAKE_SET AC_PROG_INSTALL + +#override some default libtool behavior and invoke AC_PROG_LIBTOOL (see http://lists.gnu.org/archive/html/libtool/2007-03/msg00000.html) +m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) +m4_defun([_LT_AC_LANG_GCJ_CONFIG], [:]) +m4_defun([_LT_AC_LANG_RC_CONFIG], [:]) AC_PROG_LIBTOOL #Check for compiler vendor