mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v23.9
This commit is contained in:
14
configure~
14
configure~
@@ -657,8 +657,6 @@ JANSSON_LIBS
|
||||
LIBCURL_CPPFLAGS
|
||||
LIBCURL_CFLAGS
|
||||
LIBCURL
|
||||
HAVE_MACOS_FALSE
|
||||
HAVE_MACOS_TRUE
|
||||
MINGW_FALSE
|
||||
MINGW_TRUE
|
||||
ARCH_ARM_FALSE
|
||||
@@ -6881,14 +6879,6 @@ else
|
||||
MINGW_FALSE=
|
||||
fi
|
||||
|
||||
if test "x$OS" = "xAPPLE"; then
|
||||
HAVE_MACOS_TRUE=
|
||||
HAVE_MACOS_FALSE='#'
|
||||
else
|
||||
HAVE_MACOS_TRUE='#'
|
||||
HAVE_MACOS_FALSE=
|
||||
fi
|
||||
|
||||
|
||||
if test x$request_jansson = xtrue ; then
|
||||
JANSSON_LIBS="compat/jansson/libjansson.a"
|
||||
@@ -7128,10 +7118,6 @@ if test -z "${MINGW_TRUE}" && test -z "${MINGW_FALSE}"; then
|
||||
as_fn_error $? "conditional \"MINGW\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
fi
|
||||
if test -z "${HAVE_MACOS_TRUE}" && test -z "${HAVE_MACOS_FALSE}"; then
|
||||
as_fn_error $? "conditional \"HAVE_MACOS\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
fi
|
||||
|
||||
: "${CONFIG_STATUS=./config.status}"
|
||||
ac_write_fail=0
|
||||
|
Reference in New Issue
Block a user