From 8b694333949b51a646c3ef3bec9e985b48b7e51a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 3 Nov 2016 12:34:02 +0200 Subject: [PATCH] Clarify comment to mention also HAVE_FEATURE_OPENCL Change-Id: Ibca8ceedd8c01b4d12ccd9c29838f545fc234347 --- configure.ac | 4 ++-- 1 file 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