]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Revert prev commit and fix native-comp NetBSD build.
authorAndrea Corallo <akrl@sdf.org>
Wed, 14 Apr 2021 21:58:23 +0000 (23:58 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 14 Apr 2021 21:58:54 +0000 (23:58 +0200)
configure.ac

index 0e91a49488c60699519132f7aa0d092180b1e290..3298032311f812c509b65b0739e53efe946a4daa 100644 (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" ;;