summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-03 12:34:02 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-03 12:35:29 +0200
commit8b694333949b51a646c3ef3bec9e985b48b7e51a (patch)
tree5914d7dfaba1ccde6a3f1e063285e64b70c8219a /configure.ac
parent21ca0db5ec27662a3e047d7547eae9beb87b0b01 (diff)
Clarify comment to mention also HAVE_FEATURE_OPENCL
Change-Id: Ibca8ceedd8c01b4d12ccd9c29838f545fc234347
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9c24cbb7ce20..18f0efabd552 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10546,8 +10546,8 @@ dnl Check whether to build with OpenCL support.
dnl =================================================
if test $_os != iOS -a $_os != Android; then
- # OPENCL in BUILD_TYPE tells that OpenCL is potentially available on the platform (optional at run-time,
- # used through clew).
+ # OPENCL in BUILD_TYPE and HAVE_FEATURE_OPENCL tell that OpenCL is potentially available on the
+ # platform (optional at run-time, used through clew).
BUILD_TYPE="$BUILD_TYPE OPENCL"
AC_DEFINE(HAVE_FEATURE_OPENCL)
fi