summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-29 17:59:35 (GMT)
committerGitHub <noreply@github.com>2018-04-29 17:59:35 (GMT)
commitfa041df6fed76e966ef996ca75f27286c799b451 (patch)
treeda6ffe375882073612dfa056b753e547c3a6060b
parentd40964df8cb118e110f447fe586542432876d590 (diff)
parent7efb493d37f4a19bbd1bb01ca6d7cd17f7e586a0 (diff)
Merge pull request #949 from antmak/build_centos7
Add compatibility with automake < 1.14
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 765eae1..60dc984 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,6 +87,8 @@ AC_CONFIG_HEADERS([config.h])
# Modern GCC/GDB releases require C++ support in the compiler
AC_PROG_CC
+# Add for legacy reasons (automake < 1.14)
+AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_LEX