Browse Source

Bugfix: fix linking when OpenCL is not detected

nfactor-troky
Luke Dashjr 13 years ago committed by Con Kolivas
parent
commit
014d43b06a
  1. 2
      configure.ac

2
configure.ac

@ -123,6 +123,8 @@ if test "x$opencl" != xno; then @@ -123,6 +123,8 @@ if test "x$opencl" != xno; then
found_opencl=1
],
[AC_MSG_RESULT(no)
OPENCL_FLAGS=
OPENCL_LIBS=
found_opencl=0])
LIBS=$SAVED_LIBS
CFLAGS=$SAVED_CFLAGS

Loading…
Cancel
Save