diff --git a/configure.ac b/configure.ac index 5d6fe77345..3353df4f4f 100644 --- a/configure.ac +++ b/configure.ac @@ -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,)