mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2026-02-23 00:43:08 +00:00
v3.9.1.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AC_INIT([cpuminer-opt], [3.9.1])
|
||||
AC_INIT([cpuminer-opt], [3.9.1.1])
|
||||
|
||||
AC_PREREQ([2.59c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
@@ -106,7 +106,7 @@ fi
|
||||
AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)
|
||||
|
||||
# GC2 for GNU static
|
||||
if test "x$OS" = "xWindows_NT" ; then
|
||||
if test "x$have_win32" = "xtrue" ; then
|
||||
# MinGW
|
||||
AC_CHECK_LIB([pthread], [pthread_create], PTHREAD_LIBS="-lpthreadGC2",[])
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user