# HG changeset patch # User nenolod # Date 1158611079 25200 # Node ID f6742b7270bb963112f5fe029a64124a8bdab88a # Parent b223a90f8a9aab4cac2bf80b1c9bbee3d399e856 [svn] - require audacious 1.1.99 instead of 1.2.0 diff -r b223a90f8a9a -r f6742b7270bb ChangeLog --- a/ChangeLog Mon Sep 18 08:59:51 2006 -0700 +++ b/ChangeLog Mon Sep 18 13:24:39 2006 -0700 @@ -1,3 +1,14 @@ +2006-09-18 15:59:51 +0000 Yoshiki Yazawa + revision [72] + - build fixes. + + + Changes: Modified: + +0 -1 trunk/configure.ac + +1 -0 trunk/src/alsa/init.c + +1 -1 trunk/src/scrobbler/config.h + + 2006-09-18 15:54:41 +0000 Tony Vroon revision [70] Let us not go crazy with the ../ there, your includes are not *that* far away, hmmkay? diff -r b223a90f8a9a -r f6742b7270bb configure.ac --- a/configure.ac Mon Sep 18 08:59:51 2006 -0700 +++ b/configure.ac Mon Sep 18 13:24:39 2006 -0700 @@ -94,8 +94,8 @@ dnl Check for Audacious -PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.2.0], - [ADD_PC_REQUIRES([audacious >= 1.2.0])], +PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.1.99], + [ADD_PC_REQUIRES([audacious >= 1.1.99])], [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])] )