mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Try to fix FreeBSD detection with configure.
This commit is contained in:
parent
09c9968210
commit
3008d12c3c
2
configure
vendored
2
configure
vendored
@ -4210,7 +4210,7 @@ fi
|
|||||||
# Detect OS
|
# Detect OS
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OS is FreeBSD" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OS is FreeBSD" >&5
|
||||||
$as_echo_n "checking whether OS is FreeBSD... " >&6; }
|
$as_echo_n "checking whether OS is FreeBSD... " >&6; }
|
||||||
if test "x$host_os" = "x*freebsd*"; then :
|
if test "x$host_os" = "x*FreeBSD*"; then :
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||||
$as_echo "yes" >&6; }
|
$as_echo "yes" >&6; }
|
||||||
LIBS="-lexecinfo $LIBS"
|
LIBS="-lexecinfo $LIBS"
|
||||||
|
@ -50,7 +50,7 @@ AC_ARG_ENABLE(qt-dbus,
|
|||||||
|
|
||||||
# Detect OS
|
# Detect OS
|
||||||
AC_MSG_CHECKING([whether OS is FreeBSD])
|
AC_MSG_CHECKING([whether OS is FreeBSD])
|
||||||
AS_IF([test "x$host_os" = "x*freebsd*"],
|
AS_IF([test "x$host_os" = "x*FreeBSD*"],
|
||||||
[AC_MSG_RESULT([yes])
|
[AC_MSG_RESULT([yes])
|
||||||
LIBS="-lexecinfo $LIBS"],
|
LIBS="-lexecinfo $LIBS"],
|
||||||
[AC_MSG_RESULT([no])])
|
[AC_MSG_RESULT([no])])
|
||||||
|
Loading…
Reference in New Issue
Block a user