mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Try to fix FreeBSD detection with configure.
This commit is contained in:
parent
09c9968210
commit
3008d12c3c
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ AC_ARG_ENABLE(qt-dbus,
|
|||
|
||||
# Detect OS
|
||||
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])
|
||||
LIBS="-lexecinfo $LIBS"],
|
||||
[AC_MSG_RESULT([no])])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue