From befecb1d47ed689fddb57cce2b6f3ced27b62115 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Oct 2008 21:23:52 +0200 Subject: configure.ac: disable libtool Since we're not building the local mp4ff library anymore, we can remove AC_PROG_LIBTOOL. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 23c81aa18..055d6aa65 100644 --- a/configure.ac +++ b/configure.ac @@ -9,15 +9,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_SUBST(MPD_LIBS) AC_SUBST(MPD_CFLAGS) -dnl Remove the check for c++ and fortran compiler -m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) -m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) - -AC_LANG(C) AC_PROG_CC_C99 -AM_PROG_CC_C_O AC_PROG_INSTALL -AC_PROG_LIBTOOL AC_PROG_MAKE_SET AM_CONFIG_HEADER(config.h) -- cgit v1.2.3