aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-25 21:23:52 +0200
committerMax Kellermann <max@duempel.org>2008-10-25 21:23:52 +0200
commitbefecb1d47ed689fddb57cce2b6f3ced27b62115 (patch)
tree66cb403b516c39f67ca170f9bb938cba61e2e8e4 /configure.ac
parent1110a6d41032d94dc5a7801ed02d82df5d31a0dc (diff)
downloadmpd-befecb1d47ed689fddb57cce2b6f3ced27b62115.tar.gz
mpd-befecb1d47ed689fddb57cce2b6f3ced27b62115.tar.xz
mpd-befecb1d47ed689fddb57cce2b6f3ced27b62115.zip
configure.ac: disable libtool
Since we're not building the local mp4ff library anymore, we can remove AC_PROG_LIBTOOL.
Diffstat (limited to '')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 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)