From ec440291e5921e54b91e9ac4526d206cb1eaa741 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 19 Oct 2007 17:44:30 +0000 Subject: Add AM_PROG_CC_C_O to configure.ac automake wants it for avahi-autoipd/Makefile.am:36 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1550 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 7126678..d0788af 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,8 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_GCC_TRADITIONAL +AM_PROG_CC_C_O + # -fstack-protector AC_ARG_ENABLE([stack-protector], [AS_HELP_STRING([--disable-stack-protector], -- cgit