mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Improve build for FreeBSD.
Patch from Shankar Giri Venkita Giri.
This commit is contained in:
parent
3433888046
commit
3f4901de9c
@ -237,6 +237,7 @@ dnl AC_LANG_POP(C)
|
|||||||
lyx_win_res=false;
|
lyx_win_res=false;
|
||||||
case ${host} in
|
case ${host} in
|
||||||
*mingw*|*cygwin*) lyx_win_res=true;;
|
*mingw*|*cygwin*) lyx_win_res=true;;
|
||||||
|
*freebsd*) AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
|
||||||
esac
|
esac
|
||||||
if test "x$lyx_win_res" = "xtrue"; then
|
if test "x$lyx_win_res" = "xtrue"; then
|
||||||
AC_CHECK_TOOL(RC, windres,)
|
AC_CHECK_TOOL(RC, windres,)
|
||||||
|
Loading…
Reference in New Issue
Block a user