This commit is contained in:
Jay D Dee
2019-05-31 13:20:12 -04:00
parent 77c5ae80ab
commit 02202ab803
19 changed files with 106 additions and 48 deletions

View File

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