mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove spurious exit() calls from configure.ac
We added these a while ago, but they do no actual good, and cause implicit declaration warnings in some situations. Rather than just adding stdint.h, it's easier to remove the exit() calls as redundant. Fixes bug 18626; bugfix from "cypherpunks"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (build):
|
||||
- Avoid spurious failures from configure files related
|
||||
to calling exit(0) in TOR_SEARCH_LIBRARY.
|
||||
Fixes bug 18625; bugfix on 0.2.0.1-alpha.
|
||||
Patch from "cypherpunks".
|
||||
Reference in New Issue
Block a user