Fix warning about AM_PROG_CC_C_O.
authorBrenden Matthews <brenden@rty.ca>
Fri, 10 Jul 2009 16:12:04 +0000 (10:12 -0600)
committerBrenden Matthews <brenden@rty.ca>
Fri, 10 Jul 2009 16:12:04 +0000 (10:12 -0600)
configure.ac.in

index 6253181..3cdd84f 100644 (file)
@@ -32,6 +32,7 @@ AC_PROG_LD
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AM_PROG_LIBTOOL
+AM_PROG_CC_C_O
 
 AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
 if test x"$HAVE_PKGCONFIG" = x"no"; then