From f1d19df9011ba5824bed137f4cc170d882514f33 Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 13 May 2022 21:33:06 +0200 Subject: configure: remove Fortran override It was added in ce26c316751e7dbe844d5069731da9de32507ea3 together with a C++ equivalent due to encountering unnecessary checks for a Fortran compiler. The C++ version was removed since and today no Fortran or C++ checks occur with the define override removed and probably shouldn't have occured back then either. Perhaps the shave scripts or some since fixed libtool bug was to blame. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index e785328..7bfd625 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,6 @@ AC_INIT(libass, 0.16.0) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR([m4]) -# Disable Fortran checks -define([AC_LIBTOOL_LANG_F77_CONFIG], [:]) LT_INIT AC_CONFIG_SRCDIR([libass/ass.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3