get quoting right.

Change-Id: I3b1508a3309ad4df9e095b1cb6c3091df4adff4a
This commit is contained in:
Michael Meeks
2013-07-01 21:55:24 +01:00
parent 7c7ca0d002
commit f74e6dd07e

View File

@@ -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"