[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Thu Nov 3 10:36:00 UTC 2016


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8b694333949b51a646c3ef3bec9e985b48b7e51a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Nov 3 12:34:02 2016 +0200

    Clarify comment to mention also HAVE_FEATURE_OPENCL
    
    Change-Id: Ibca8ceedd8c01b4d12ccd9c29838f545fc234347

diff --git a/configure.ac b/configure.ac
index 9c24cbb..18f0efa 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


More information about the Libreoffice-commits mailing list