changeset 2449:76464124f697

Fix version relation.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Mar 2008 16:39:55 -0500
parents e55dd1239c07
children ccfc52a92504
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Mar 13 16:39:13 2008 -0500
+++ b/configure.ac	Thu Mar 13 16:39:55 2008 -0500
@@ -1449,7 +1449,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.