get quoting right.
Change-Id: I3b1508a3309ad4df9e095b1cb6c3091df4adff4a
This commit is contained in:
parent
7c7ca0d002
commit
f74e6dd07e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user