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:
parent
bfaa6df492
commit
686259e65a
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user