mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* configure.ac: Fix native-comp FreeBSD build.
This commit is contained in:
parent
95dd6bb080
commit
bfaa6df492
1 changed files with 1 additions and 1 deletions
|
|
@ -3826,7 +3826,7 @@ if test "${with_native_compilation}" != "no"; then
|
|||
# mingw32 loads the library dynamically.
|
||||
mingw32) ;;
|
||||
# OpenBSD doesn't have libdl, all the functions are in libc
|
||||
openbsd)
|
||||
freebsd|openbsd)
|
||||
LIBGCCJIT_LIB="-lgccjit" ;;
|
||||
*)
|
||||
LIBGCCJIT_LIB="-lgccjit -ldl" ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue