From: Max Kellermann Date: Tue, 14 Oct 2008 20:48:54 +0000 (+0200) Subject: configure.ac: disabled the C++ and fortran checks X-Git-Tag: v0.12_alpha1~45 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3;p=ncmpc.git 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. --- diff --git a/configure.ac b/configure.ac index 7439d36..15b1441 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