1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-10 04:31:03 +00:00

Bugfix: fix linking when OpenCL is not detected

This commit is contained in:
Luke Dashjr 2011-09-22 20:41:17 -04:00 committed by Con Kolivas
parent 0ae3f71824
commit 014d43b06a

View File

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