Quieten autotools warning
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 1 Mar 2009 12:59:02 +0000 (12:59 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 1 Mar 2009 12:59:02 +0000 (12:59 +0000)
.bzrignore
configure.ac

index 022ddca..e5fb493 100644 (file)
@@ -200,3 +200,4 @@ doc/disorder_preferences.5.html
 plugins/index.html
 doc/disorder-choose.8
 doc/disorder-choose.8.html
+config.aux/compile
index 765123a..62b0584 100644 (file)
@@ -41,6 +41,7 @@ want_coreaudio=yes
 
 # Checks for programs.
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_AWK
 AC_SET_MAKE
 if test "x$GCC" = xyes; then