summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b67f069)
raw | patch | inline | side by side (parent: b67f069)
author | Max Kellermann <max@duempel.org> | |
Tue, 14 Oct 2008 20:48:54 +0000 (22:48 +0200) | ||
committer | Max 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.
Qball's gmpc git repository.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 7439d36b23a20030c17443f249d51e73fa7e5906..15b1441d071273c4191a650ef058b3ce46ecd451 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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