Mercurial > audlegacy-plugins
changeset 2492:478622d66962
use projectm 1.1 again
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 31 Mar 2008 04:44:09 -0500 |
parents | 695e2c6040f2 |
children | 92c6459646fe |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Thu Mar 13 17:00:03 2008 -0500 +++ b/configure.ac Mon Mar 31 04:44:09 2008 -0500 @@ -1449,7 +1449,7 @@ fi if test "$have_projectm1" = "yes"; then - PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM < 1.1], [have_projectm1="yes"], [have_projectm1="no"]) + PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM >= 1.1], [have_projectm1="yes"], [have_projectm1="no"]) if test x$libprjM = xno; then AC_MSG_WARN([*** libprojectM not found. libprojectM is needed to build this package.