Mercurial > audlegacy-plugins
diff configure.ac @ 1297:052f9d36aede
branch merge.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 19 Jul 2007 12:54:26 +0900 |
parents | ea7c0a4fe793 |
children | e25e32e7d44e |
line wrap: on
line diff
--- a/configure.ac Thu Jul 19 12:52:08 2007 +0900 +++ b/configure.ac Thu Jul 19 12:54:26 2007 +0900 @@ -1316,6 +1316,10 @@ if test "$have_projectm" = "yes"; then PKG_CHECK_MODULES(LIBPROJECTM, libprojectM >= 0.0.0, [have_projectm="yes"], [have_projectm="no"]) + AM_PATH_SDL(1.2.5, , [ + AC_MSG_WARN([*** SDL is not installed. projectM will not be built. ***]) + have_projectm="no" + ]) if test x$libprjM = xno; then AC_MSG_WARN([*** libprojectM not found. libprojectM is needed to build this package.