diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-09 16:33:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-09 17:03:14 +0300 |
commit | d9c5452a15510b81edc59605ca234b8f61d478e7 (patch) | |
tree | 160bcdcb5e37ee66ee304ea00c6360ea3cea96f9 /configure.ac | |
parent | cb1c2d1482d9eae7665d82fc7560ca1b75707da2 (diff) |
ENABLE_OPENCL should be TRUE or empty
Should make the Android tinderboxes happy.
Change-Id: Idf33106514a1d0e34566d76d97d689e7543eda3c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c9369498d88f..f6c0c01bcd44 100644 --- a/configure.ac +++ b/configure.ac @@ -10330,7 +10330,6 @@ if test $_os != iOS -a $_os != Android -a "x$enable_opencl" != "xno"; then else AC_MSG_RESULT([no]) enable_opencl=no - ENABLE_OPENCL=FALSE fi AC_SUBST(ENABLE_OPENCL) |