summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2022-05-13 21:33:06 +0200
committerOneric <oneric@oneric.stub>2022-06-25 13:38:36 +0200
commitf1d19df9011ba5824bed137f4cc170d882514f33 (patch)
tree2a113c1919ab8a1764013f4fa09177f7c11d2b7d /configure.ac
parenta2b39cde4ecb74d5e6fccab4a5f7d8ad52b2b1a4 (diff)
downloadlibass-f1d19df9011ba5824bed137f4cc170d882514f33.tar.bz2
libass-f1d19df9011ba5824bed137f4cc170d882514f33.tar.xz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 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])