diff options
| author | Andrea Corallo | 2021-04-14 23:58:23 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-04-14 23:58:54 +0200 |
| commit | 686259e65aa7121683c0c65e45ce48adb08ddb58 (patch) | |
| tree | 1113d7eee2175d59525664e128596c1405b6779c | |
| parent | bfaa6df492c85d7de007cf69316cbdeea653d703 (diff) | |
| download | emacs-686259e65aa7121683c0c65e45ce48adb08ddb58.tar.gz emacs-686259e65aa7121683c0c65e45ce48adb08ddb58.zip | |
* configure.ac: Revert prev commit and fix native-comp NetBSD build.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0e91a49488c..3298032311f 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3826,7 +3826,7 @@ if test "${with_native_compilation}" != "no"; then | |||
| 3826 | # mingw32 loads the library dynamically. | 3826 | # mingw32 loads the library dynamically. |
| 3827 | mingw32) ;; | 3827 | mingw32) ;; |
| 3828 | # OpenBSD doesn't have libdl, all the functions are in libc | 3828 | # OpenBSD doesn't have libdl, all the functions are in libc |
| 3829 | freebsd|openbsd) | 3829 | netbsd|openbsd) |
| 3830 | LIBGCCJIT_LIB="-lgccjit" ;; | 3830 | LIBGCCJIT_LIB="-lgccjit" ;; |
| 3831 | *) | 3831 | *) |
| 3832 | LIBGCCJIT_LIB="-lgccjit -ldl" ;; | 3832 | LIBGCCJIT_LIB="-lgccjit -ldl" ;; |