diff options
author | Max Kellermann <max@duempel.org> | 2008-10-14 22:48:54 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-14 22:48:54 +0200 |
commit | ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3 (patch) | |
tree | 1980964c07467f21b9812139191f21bf4f327636 /configure.ac | |
parent | b67f06990bc841ae95942b606c49e8995672d9d2 (diff) | |
download | mpd-ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3.tar.gz mpd-ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3.tar.xz mpd-ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3.zip |
configure.ac: disabled the C++ and fortran checks
Why check for C++ and fortran compilers? This hack was borrowed from
Qball's gmpc git repository.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7439d36b2..15b1441d0 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,10 @@ 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 |