]> git.lyx.org Git - lyx.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 02:33:08 +0000 (19:33 -0700)
Patch from Shankar Giri Venkita Giri.

configure.ac

index 5d6fe77345aafc5eb68302e4bac88c37bc9512d8..3353df4f4fe88c4c4887bcb8654804ff54895207 100644 (file)
@@ -237,6 +237,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
 if test "x$lyx_win_res" = "xtrue"; then
     AC_CHECK_TOOL(RC, windres,)