summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-01 20:01:23 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-01 20:01:23 +0200
commit4548efeb3d557cbee2a053838d49c3accef1a5f6 (patch)
treeb9ccbc7eb7ff50f71145c0c2012735fe7947335e /configure.ac
parentfdb06b98e1d5efbdc33ea2724fccd297c3d2315a (diff)
build: fix error with automake-1.9
src/Makefile.am: C objects in subdir but "AM_PROG_CC_C_O" not in "configure.ac" Signed-off-by: Jan Engelhardt <jengelh@medozas.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 ff00d21..19d12e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
+AM_PROG_CC_C_O
AC_EXEEXT
AC_DISABLE_STATIC
AM_PROG_LIBTOOL