From f74e6dd07e971d25a610edbe0197b98984dbf353 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 1 Jul 2013 21:55:24 +0100 Subject: get quoting right. Change-Id: I3b1508a3309ad4df9e095b1cb6c3091df4adff4a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aa440fbf402e..66733ea775fd 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" -- cgit