This commit is contained in:
Jay D Dee
2023-11-12 18:48:50 -05:00
parent 26b9429589
commit 0a78013cbe
8 changed files with 57 additions and 65 deletions

View File

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