aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6f91bf68..44b2e687 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AS_IF([test "x$with_opencl" == "xyes"],
[
AC_MSG_RESULT([${with_opencl_dir}/include/CL/cl.h])
OPENCL_CFLAGS="-I${with_opencl_dir}/include"
- OPENCL_LIBS="-lOpenCL"
+ OPENCL_LIBS="-lOpenCL -L${with_opencl_dir}/lib64 -L${with_opencl_dir}/lib"
cl_cl_h=true
have_opencl=true
], [
@@ -61,7 +61,7 @@ AS_IF([test "x$with_opencl" == "xyes"],
[
AC_MSG_RESULT([${with_opencl_dir}/include/cl.h])
OPENCL_CFLAGS="-I${with_opencl_dir}/include/cl.h/include"
- OPENCL_LIBS="-lOpenCL"
+ OPENCL_LIBS="-lOpenCL -L${with_opencl_dir}/lib64 -L${with_opencl_dir}/lib"
cl_cl_h=false
have_opencl=true
], [