summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-03-01 19:50:54 +0100
committerQC <qball@gmpclient.org>2015-03-01 19:52:06 +0100
commitbd9055f2919f259524d02680121ecfcd8c730c4c (patch)
tree4caeb0081946a9f0db94c31e774f2822020f7e32 /configure.ac
parent3b21f1dac8c1cdfd0e285fd2e5bcdb5fae05710a (diff)
Patch from roomcays, fix building old version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3c6445d6..834ebe6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AM_SILENT_RULES([yes])
##
AC_PROG_CC([clang gcc cc])
AC_PROG_CC_C99
+AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS