summaryrefslogtreecommitdiffstats
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
parent3b21f1dac8c1cdfd0e285fd2e5bcdb5fae05710a (diff)
Patch from roomcays, fix building old version
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 33b95821..8e22d903 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# Specify automake version.
-AUTOMAKE_OPTIONS = 1.14.0
+AUTOMAKE_OPTIONS = 1.13.4
##
# Rofi the program
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