configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f74e6dd07e971d25a610edbe0197b98984dbf353
Author: Michael Meeks <michael.me...@suse.com>
Date:   Mon Jul 1 21:55:24 2013 +0100

    get quoting right.
    
    Change-Id: I3b1508a3309ad4df9e095b1cb6c3091df4adff4a

diff --git a/configure.ac b/configure.ac
index aa440fb..66733ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9838,7 +9838,7 @@ if test \( -z "$with_opencl_sdk" -o "$with_opencl_sdk" = 
yes \) -a $_os = Darwin
 elif test "z$with_opencl_sdk" = "z"; then
     AC_MSG_RESULT([no])
 else
-    if test -d $with_opencl_sdk/include; then
+    if test -d "$with_opencl_sdk/include"; then
         ENABLE_OPENCL=TRUE
         OPENCL_CFLAGS="-I$with_opencl_sdk/include"
         OPENCL_LIBS="-L$with_opencl_sdk/lib/x86 -lOpenCL"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to