Try to fix FreeBSD detection with configure.

This commit is contained in:
sledgehammer999 2014-11-23 20:04:54 +02:00
commit 3008d12c3c
2 changed files with 2 additions and 2 deletions

View file

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