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
a239018f42
commit
425b7c9fbe
@ -228,6 +228,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
|
||||||
AM_CONDITIONAL(LYX_WIN_RESOURCE, $lyx_win_res)
|
AM_CONDITIONAL(LYX_WIN_RESOURCE, $lyx_win_res)
|
||||||
LYX_SET_VERSION_INFO
|
LYX_SET_VERSION_INFO
|
||||||
|
Loading…
Reference in New Issue
Block a user