Mercurial > audlegacy-plugins
changeset 2423:146bc704e8f9
Ditto.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 24 Feb 2008 07:07:51 -0600 |
parents | 7c0cee3d74d9 |
children | 2515838d004d |
files | configure.ac |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Feb 19 03:27:02 2008 -0600 +++ b/configure.ac Sun Feb 24 07:07:51 2008 -0600 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious-plugins], [1.5.0], [bugs+audacious-plugins@atheme.org]) +AC_INIT([audacious-plugins], [1.9.49], [bugs+audacious-plugins@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST @@ -130,9 +130,9 @@ dnl Check for Audacious -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?])] +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?])] ) dnl Check for GTK/GLib/GThread/Pango/DBus