[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - configure.ac
Michael Meeks
michael.meeks at suse.com
Mon Jul 1 13:52:12 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3afc54efa142c20adbbdc68900b3c429cae6bd6b
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Jul 1 21:54:09 2013 +0100
get quoting right.
diff --git a/configure.ac b/configure.ac
index 46cb73c..68b578a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9686,7 +9686,7 @@ AC_MSG_CHECKING([opencl sdk])
if 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"
More information about the Libreoffice-commits
mailing list