comparison configure.ac @ 2448:e55dd1239c07

Make this work with projectM 1.0 again.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Mar 2008 16:39:13 -0500
parents bfa3d9faa4f0
children 76464124f697
comparison
equal deleted inserted replaced
2447:bfa3d9faa4f0 2448:e55dd1239c07
1447 if test "$have_projectm1" = "yes"; then 1447 if test "$have_projectm1" = "yes"; then
1448 PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0 >= 1.2.0], [have_projectm1="yes"], [have_projectm1="no"]) 1448 PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0 >= 1.2.0], [have_projectm1="yes"], [have_projectm1="no"])
1449 fi 1449 fi
1450 1450
1451 if test "$have_projectm1" = "yes"; then 1451 if test "$have_projectm1" = "yes"; then
1452 PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM >= 1.1], [have_projectm1="yes"], [have_projectm1="no"]) 1452 PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM >= 1.0], [have_projectm1="yes"], [have_projectm1="no"])
1453 if test x$libprjM = xno; then 1453 if test x$libprjM = xno; then
1454 AC_MSG_WARN([*** libprojectM not found. 1454 AC_MSG_WARN([*** libprojectM not found.
1455 libprojectM is needed to build this package. 1455 libprojectM is needed to build this package.
1456 You can download libprojectM at http://projectm.sf.net/]) 1456 You can download libprojectM at http://projectm.sf.net/])
1457 fi 1457 fi