configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3afc54efa142c20adbbdc68900b3c429cae6bd6b Author: Michael Meeks <michael.me...@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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits