Improve build for FreeBSD.

Patch from Shankar Giri Venkita Giri.
This commit is contained in:
Pavel Sanda 2016-06-08 19:33:08 -07:00
parent 3433888046
commit 3f4901de9c

View File

@ -237,6 +237,7 @@ dnl AC_LANG_POP(C)
lyx_win_res=false;
case ${host} in
*mingw*|*cygwin*) lyx_win_res=true;;
*freebsd*) AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
esac
if test "x$lyx_win_res" = "xtrue"; then
AC_CHECK_TOOL(RC, windres,)