Mercurial > audlegacy-plugins
changeset 2414:7c0cee3d74d9
Bump requirement here too.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 19 Feb 2008 03:27:02 -0600 |
parents | fb0b53f6fd6d |
children | 4fb714073ae4 146bc704e8f9 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Feb 19 03:25:32 2008 -0600 +++ b/configure.ac Tue Feb 19 03:27:02 2008 -0600 @@ -1446,7 +1446,7 @@ fi if test "$have_projectm1" = "yes"; then - PKG_CHECK_MODULES(LIBPROJECTM1, libprojectM >= 1.0, [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.