diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-19 09:22:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-19 09:22:30 -0500 |
commit | a4f2075170b4ba58becee26031d5192d42a96040 (patch) | |
tree | 3bf6d23942217b3ee8fd5ee7c96766702e39825d /configure.ac | |
parent | a8df39e9552bd679b35513fa4a1c98507e870082 (diff) | |
parent | af3e5bed1084fa321e90eaf87e5dc9a7256dd920 (diff) | |
download | tor-a4f2075170b4ba58becee26031d5192d42a96040.tar.gz tor-a4f2075170b4ba58becee26031d5192d42a96040.zip |
Merge remote-tracking branch 'isis/bug25341' into ticket25341_merged_v2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 01fd9f82ae..31e41c3bbc 100644 --- a/configure.ac +++ b/configure.ac @@ -503,15 +503,6 @@ if test "x$enable_rust" = "xyes"; then fi fi - dnl This is a workaround for #46797 - dnl (a.k.a https://github.com/rust-lang/rust/issues/46797 ). Once the - dnl upstream bug is fixed, we can remove this workaround. - case "$host_os" in - darwin*) - TOR_RUST_EXTRA_LIBS="-lresolv" - ;; - esac - dnl For now both MSVC and MinGW rust libraries will output static libs with dnl the MSVC naming convention. if test "$bwin32" = "true"; then @@ -556,8 +547,6 @@ if test "x$enable_rust" = "xyes"; then AC_MSG_RESULT([$RUSTC_VERSION]) fi -AC_SUBST(TOR_RUST_EXTRA_LIBS) - AC_SEARCH_LIBS(socket, [socket network]) AC_SEARCH_LIBS(gethostbyname, [nsl]) AC_SEARCH_LIBS(dlopen, [dl]) |