From: Andrea Corallo Date: Wed, 14 Apr 2021 18:00:04 +0000 (+0200) Subject: * configure.ac: Fix native-comp FreeBSD build. X-Git-Tag: emacs-28.0.90~2727^2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfaa6df492c85d7de007cf69316cbdeea653d703;p=emacs.git * configure.ac: Fix native-comp FreeBSD build. --- diff --git a/configure.ac b/configure.ac index a47871fbd89..0e91a49488c 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;;