]> granicus.if.org Git - check/commitdiff
* call AM_PROG_CC_C_O
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 21 Mar 2008 15:00:21 +0000 (15:00 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 21 Mar 2008 15:00:21 +0000 (15:00 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@424 64e312b2-a51f-0410-8e61-82d0ca0eb02a

configure.ac

index d78e1903d8e53509c7c3256226dad1fa145c79b0..d20054b10ad79c17c4c6d4826fc6498d446dd44e 100644 (file)
@@ -68,6 +68,8 @@ AM_CONDITIONAL(NO_TIMEOUT_TESTS, test x"$enable_timeout_tests" = "xfalse")
 # Checks for programs.
 AC_PROG_AWK
 AC_PROG_CC
+# Automake wants this for per-target CFLAGS
+AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_LIBTOOL