Mercurial > audlegacy-plugins
changeset 2176:2c0362980de5
require 1.4.1
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 18 Nov 2007 15:30:43 -0600 |
parents | 2929671351b8 |
children | a838523e04b7 852fb48fcc67 |
files | configure.ac |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Nov 18 21:49:35 2007 +0900 +++ b/configure.ac Sun Nov 18 15:30:43 2007 -0600 @@ -130,9 +130,9 @@ dnl Check for Audacious -PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.3.99], - [ADD_PC_REQUIRES([audacious >= 1.3.99])], - [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])] +PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.4.1], + [ADD_PC_REQUIRES([audacious >= 1.4.1])], + [AC_MSG_ERROR([Cannot find Audacious 1.4.1 or later, have you installed audacious yet?])] ) dnl Check for GTK/GLib/GThread/Pango/DBus