Code

configure.ac: disabled the C++ and fortran checks
authorMax Kellermann <max@duempel.org>
Tue, 14 Oct 2008 20:48:54 +0000 (22:48 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 14 Oct 2008 20:48:54 +0000 (22:48 +0200)
Why check for C++ and fortran compilers?  This hack was borrowed from
Qball's gmpc git repository.

configure.ac

index 7439d36b23a20030c17443f249d51e73fa7e5906..15b1441d071273c4191a650ef058b3ce46ecd451 100644 (file)
@@ -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