mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 06:17:58 +00:00
Update m4 scripts
This commit is contained in:
parent
48d6286714
commit
d0e084ce1d
7
configure
vendored
7
configure
vendored
@ -4182,7 +4182,6 @@ QBT_CXX="$CXX"
|
|||||||
|
|
||||||
# Define --wth-* and --enable-* arguments
|
# Define --wth-* and --enable-* arguments
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-debug was given.
|
# Check whether --enable-debug was given.
|
||||||
if test "${enable_debug+set}" = set; then :
|
if test "${enable_debug+set}" = set; then :
|
||||||
enableval=$enable_debug;
|
enableval=$enable_debug;
|
||||||
@ -4745,7 +4744,9 @@ fi
|
|||||||
case ${host_cpu} in #(
|
case ${host_cpu} in #(
|
||||||
x86_64) :
|
x86_64) :
|
||||||
libsubdirs="lib64 libx32 lib lib64" ;; #(
|
libsubdirs="lib64 libx32 lib lib64" ;; #(
|
||||||
ppc64|s390x|sparc64|aarch64|ppc64le) :
|
mips*64*) :
|
||||||
|
libsubdirs="lib64 lib32 lib lib64" ;; #(
|
||||||
|
ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64) :
|
||||||
libsubdirs="lib64 lib lib64" ;; #(
|
libsubdirs="lib64 lib lib64" ;; #(
|
||||||
*) :
|
*) :
|
||||||
libsubdirs="lib"
|
libsubdirs="lib"
|
||||||
@ -5267,7 +5268,7 @@ fi
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
if test "x$ax_lib" = "x"; then
|
if test "x$ax_lib" = "x"; then
|
||||||
as_fn_error $? "Could not find a version of the library!" "$LINENO" 5
|
as_fn_error $? "Could not find a version of the Boost::System library!" "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
if test "x$link_system" = "xno"; then
|
if test "x$link_system" = "xno"; then
|
||||||
as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
|
as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
# and this notice are preserved. This file is offered as-is, without any
|
# and this notice are preserved. This file is offered as-is, without any
|
||||||
# warranty.
|
# warranty.
|
||||||
|
|
||||||
#serial 42
|
#serial 47
|
||||||
|
|
||||||
# example boost program (need to pass version)
|
# example boost program (need to pass version)
|
||||||
m4_define([_AX_BOOST_BASE_PROGRAM],
|
m4_define([_AX_BOOST_BASE_PROGRAM],
|
||||||
@ -113,7 +113,8 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
|
|||||||
dnl are found, e.g. when only header-only libraries are installed!
|
dnl are found, e.g. when only header-only libraries are installed!
|
||||||
AS_CASE([${host_cpu}],
|
AS_CASE([${host_cpu}],
|
||||||
[x86_64],[libsubdirs="lib64 libx32 lib lib64"],
|
[x86_64],[libsubdirs="lib64 libx32 lib lib64"],
|
||||||
[ppc64|s390x|sparc64|aarch64|ppc64le],[libsubdirs="lib64 lib lib64"],
|
[mips*64*],[libsubdirs="lib64 lib32 lib lib64"],
|
||||||
|
[ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64],[libsubdirs="lib64 lib lib64"],
|
||||||
[libsubdirs="lib"]
|
[libsubdirs="lib"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
# and this notice are preserved. This file is offered as-is, without any
|
# and this notice are preserved. This file is offered as-is, without any
|
||||||
# warranty.
|
# warranty.
|
||||||
|
|
||||||
#serial 19
|
#serial 20
|
||||||
|
|
||||||
AC_DEFUN([AX_BOOST_SYSTEM],
|
AC_DEFUN([AX_BOOST_SYSTEM],
|
||||||
[
|
[
|
||||||
@ -108,7 +108,7 @@ AC_DEFUN([AX_BOOST_SYSTEM],
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
if test "x$ax_lib" = "x"; then
|
if test "x$ax_lib" = "x"; then
|
||||||
AC_MSG_ERROR(Could not find a version of the library!)
|
AC_MSG_ERROR(Could not find a version of the Boost::System library!)
|
||||||
fi
|
fi
|
||||||
if test "x$link_system" = "xno"; then
|
if test "x$link_system" = "xno"; then
|
||||||
AC_MSG_ERROR(Could not link against $ax_lib !)
|
AC_MSG_ERROR(Could not link against $ax_lib !)
|
||||||
|
Loading…
Reference in New Issue
Block a user