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

2
configure vendored
View file

@ -4210,7 +4210,7 @@ fi
# Detect OS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OS is FreeBSD" >&5
$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 "yes" >&6; }
LIBS="-lexecinfo $LIBS"