mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +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;
|
||||
case ${host} in
|
||||
*mingw*|*cygwin*) lyx_win_res=true;;
|
||||
*freebsd*) AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
|
||||
esac
|
||||
AM_CONDITIONAL(LYX_WIN_RESOURCE, $lyx_win_res)
|
||||
LYX_SET_VERSION_INFO
|
||||
|
Loading…
Reference in New Issue
Block a user