summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-01 20:00:02 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-01 20:00:02 +0200
commit253172652d9f91f47b3bef79499d7994a9997f7f (patch)
tree59204761f6854304d941f5b5705f958ce18294aa /configure.ac
parent353cc5f966912aa8d576f8a27daaee93f8bc29a0 (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 f18138e..6247629 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
+AM_PROG_CC_C_O
AC_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_PROG_INSTALL