Mercurial > MadButterfly
comparison 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 |
comparison
equal
deleted
inserted
replaced
626:e4138c12fa8c | 627:97bf0ff7a038 |
---|---|
123 AC_DEFINE([SH_TEXT]) | 123 AC_DEFINE([SH_TEXT]) |
124 [fi] | 124 [fi] |
125 | 125 |
126 # Define AM and AC variable for X_supp | 126 # Define AM and AC variable for X_supp |
127 AM_CONDITIONAL([X_SUPP], | 127 AM_CONDITIONAL([X_SUPP], |
128 [test x$X_supp = xtrue -a x$cairo = xtrue]) | 128 [test x$X_supp = xtrue -a \( x$cairo = xtrue -o x$openvg = xtrue \)]) |
129 [if [ x"${X_supp}" = xtrue -a \( x"${cairo}" = xtrue -o x"${openvg}" = xtrue \) ]; then] | 129 [if [ x"${X_supp}" = xtrue -a \( x"${cairo}" = xtrue -o x"${openvg}" = xtrue \) ]; then] |
130 AC_DEFINE([X_SUPP]) | 130 AC_DEFINE([X_SUPP]) |
131 [fi] | 131 [fi] |
132 | 132 |
133 # Checks for libraries. | 133 # Checks for libraries. |