summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-01 19:55:55 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-01 19:55:55 +0200
commit98a8de97de020cedb0240cd0554dc6246bf0237a (patch)
tree525ea3b4aeacc9f566670814945efe67c9e42b9c /configure.ac
parentc13ae675563ce32aa0f9e556ac84f90b9396cd46 (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 dedf2f8..25a5b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
AC_PROG_CC
+AM_PROG_CC_C_O
AC_EXEEXT
AC_DISABLE_STATIC
AM_PROG_LIBTOOL