diff options
author | Max Kellermann <max@duempel.org> | 2008-11-07 08:11:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-07 08:11:20 +0100 |
commit | 6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1 (patch) | |
tree | e6e04cb64d3b924048e61597c3ae1ba929cd6675 /configure.ac | |
parent | ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3 (diff) | |
download | mpd-6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1.tar.gz mpd-6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1.tar.xz mpd-6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1.zip |
configure.ac: disable libtool
libtool isn't required for the ncmpc build process, it only causes
massive slowdown.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 15b1441d0..72ef13312 100644 --- a/configure.ac +++ b/configure.ac @@ -8,14 +8,9 @@ AM_INIT_AUTOMAKE([gnu 1.6 dist-bzip2]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) -dnl Remove the check for c++ and fortran compiler -m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) -m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) - dnl Check for programs AC_PROG_CC_C99 AC_PROG_INSTALL -AC_PROG_LIBTOOL dnl ======================================================= dnl initialize variables |