From aa06d390be89b9151130919d0009fff27c834ffa Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Sun, 24 Nov 2013 19:42:40 +0200 Subject: [PATCH] Don't report that scrypt is enabled in configure output. --- configure.ac | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 806ab6ab..2789be09 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ if test -n "$CGMINER_SDK"; then LDFLAGS="-L$CGMINER_SDK/lib/$target $LDFLAGS" fi -opencl="no" +opencl="yes" AC_ARG_ENABLE([opencl], [AC_HELP_STRING([--enable-opencl],[Enable support for GPU mining with opencl])], @@ -379,21 +379,13 @@ echo " curses.TUI...........: $cursesmsg" if test "x$opencl" != xno; then if test $found_opencl = 1; then echo " OpenCL...............: FOUND. GPU mining support enabled" - if test "x$scrypt" != xno; then - echo " scrypt...............: Enabled" - else - echo " scrypt...............: Disabled" - fi - else echo " OpenCL...............: NOT FOUND. GPU mining support DISABLED" AC_MSG_ERROR([No mining configured in]) - echo " scrypt...............: Disabled (needs OpenCL)" fi else echo " OpenCL...............: Detection overrided. GPU mining support DISABLED" AC_MSG_ERROR([No mining configured in]) - echo " scrypt...............: Disabled (needs OpenCL)" fi if test "x$adl" != xno; then