Use AM_PROG_CC_C_O to support per-target compilation flags.
authorJan Schmidt <thaytan@noraisin.net>
Sat, 31 Jul 2010 06:51:21 +0000 (16:51 +1000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Aug 2010 05:10:22 +0000 (22:10 -0700)
Fixes an automake warning.

configure.ac

index 7c83637..2312506 100644 (file)
@@ -21,6 +21,7 @@ AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
+AM_PROG_CC_C_O
 AM_PROG_AS
 AC_CONFIG_MACRO_DIR([m4])