1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* configure.ac: Revert prev commit and fix native-comp NetBSD build.

This commit is contained in:
Andrea Corallo 2021-04-14 23:58:23 +02:00
parent bfaa6df492
commit 686259e65a

View File

@ -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
freebsd|openbsd)
netbsd|openbsd)
LIBGCCJIT_LIB="-lgccjit" ;;
*)
LIBGCCJIT_LIB="-lgccjit -ldl" ;;