From: Pavel Sanda Date: Thu, 9 Jun 2016 02:33:08 +0000 (-0700) Subject: Improve build for FreeBSD. X-Git-Tag: 2.2.1~167 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=425b7c9fbea1f95184b66e22b7e741453c22907f;p=features.git Improve build for FreeBSD. Patch from Shankar Giri Venkita Giri. --- diff --git a/configure.ac b/configure.ac index c599a1e758..5edced6bfc 100644 --- a/configure.ac +++ b/configure.ac @@ -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