Mercurial > MadButterfly
diff configure.ac @ 627:97bf0ff7a038 openvg
linked with libEGL and libOpenVG
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 16 Jul 2010 18:03:52 +0800 |
parents | e4138c12fa8c |
children | e50c4e111698 |
line wrap: on
line diff
--- a/configure.ac Fri Jul 16 16:39:53 2010 +0800 +++ b/configure.ac Fri Jul 16 18:03:52 2010 +0800 @@ -125,7 +125,7 @@ # Define AM and AC variable for X_supp AM_CONDITIONAL([X_SUPP], - [test x$X_supp = xtrue -a x$cairo = xtrue]) + [test x$X_supp = xtrue -a \( x$cairo = xtrue -o x$openvg = xtrue \)]) [if [ x"${X_supp}" = xtrue -a \( x"${cairo}" = xtrue -o x"${openvg}" = xtrue \) ]; then] AC_DEFINE([X_SUPP]) [fi]