diff configure.ac @ 37:f6742b7270bb trunk

[svn] - require audacious 1.1.99 instead of 1.2.0
author nenolod
date Mon, 18 Sep 2006 13:24:39 -0700
parents b223a90f8a9a
children e0a8ee3543d3
line wrap: on
line diff
--- 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?])]
 )