]> git.lyx.org Git - features.git/commitdiff
Improve build for FreeBSD.
authorPavel Sanda <sanda@lyx.org>
Thu, 9 Jun 2016 02:33:08 +0000 (19:33 -0700)
committerPavel Sanda <sanda@lyx.org>
Thu, 9 Jun 2016 03:42:16 +0000 (20:42 -0700)
Patch from Shankar Giri Venkita Giri.

configure.ac

index c599a1e75868c8cbfb243db59d3ba791bc2175fd..5edced6bfcd6e585793f64dfb48399b8d1b3bd53 100644 (file)
@@ -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