aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2014-01-24 10:58:01 +0100
committerSteve Markgraf <steve@steve-m.de>2014-01-24 10:58:01 +0100
commitad4a029405168cbe37dd4d3c249a236cb4b643df (patch)
tree5edb1b29c7fd951810ab78677f6e1245d86c3293 /configure.ac
parenta2bc5b511765b29eb0ebabbc72fa6705fde7c6f7 (diff)
unbreak automake build
after the latest sublib changes we got: src/Makefile.am:31: compiling `convenience/convenience.c' in subdir requires `AM_PROG_CC_C_O' in `configure.ac' Signed-off-by: Steve Markgraf <steve@steve-m.de>
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 66e3233..ca4bc6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
+AM_PROG_CC_C_O
LT_INIT
AC_PROG_LIBTOOL