]> git.meshlink.io Git - catta/commitdiff
Add AM_PROG_CC_C_O to configure.ac
authorTed Percival <ted@tedp.net>
Fri, 19 Oct 2007 17:44:30 +0000 (17:44 +0000)
committerTed Percival <ted@tedp.net>
Fri, 19 Oct 2007 17:44:30 +0000 (17:44 +0000)
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

index 7126678954076277f34a8e276b93681367e20191..d0788af5ebe4f2773ecd3ca57d9f80eeb8108092 100644 (file)
@@ -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],