# HG changeset patch # User Matti Hamalainen # Date 1214212536 -10800 # Node ID c68fadbad6d8bab0248d292a30bf33b67db42e1c # Parent 020f8ac9659648b436717df73f08b58707560caf We require >= 1.9.0 diff -r 020f8ac96596 -r c68fadbad6d8 configure.ac --- a/configure.ac Mon Jun 23 12:03:14 2008 +0300 +++ b/configure.ac Mon Jun 23 12:15:36 2008 +0300 @@ -130,9 +130,9 @@ dnl Check for Audacious -PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.5.0], - [ADD_PC_REQUIRES([audacious >= 1.5.0])], - [AC_MSG_ERROR([Cannot find Audacious 1.5.0 or later, have you installed audacious yet?])] +PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.9.0], + [ADD_PC_REQUIRES([audacious >= 1.9.0])], + [AC_MSG_ERROR([Cannot find Audacious 1.9.0 or later, have you installed audacious yet?])] ) dnl Check for GTK/GLib/GThread/Pango/DBus