Mercurial > audlegacy-plugins
changeset 2444:fd16fdf87f53
Check for Audacious >= 1.5.0 instead.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 13 Mar 2008 22:32:40 +0200 |
parents | 32d4d5f7020b |
children | ef95faad84fa |
files | configure.ac |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Mar 11 23:10:28 2008 +0200 +++ b/configure.ac Thu Mar 13 22:32:40 2008 +0200 @@ -130,9 +130,9 @@ dnl Check for Audacious -PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.9.49], - [ADD_PC_REQUIRES([audacious >= 1.9.49])], - [AC_MSG_ERROR([Cannot find Audacious 1.9.49 or later, have you installed audacious yet?])] +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?])] ) dnl Check for GTK/GLib/GThread/Pango/DBus