forked from Mirrors/freeswitch
strip a few extra checks out of configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4825 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6c3abba824
commit
3de6a7e97e
|
@ -32,6 +32,11 @@ AC_PROG_CC
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_PROG_INSTALL
|
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
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
#Check for compiler vendor
|
#Check for compiler vendor
|
||||||
|
|
Loading…
Reference in New Issue