tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f90c0533777f2220cd6fb5ed07a5b63cd9c3e881
parent 5597ddc36047a4f306a6f668235d02c069db991a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat,  4 Aug 2018 06:53:21 -0400

Update AC_WARN->AC_MSG_WARN. #23878.

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1839,7 +1839,7 @@ AS_CASE([$malloc], ], [openbsd], [ - AC_WARN([The openbsd malloc port is deprecated in Tor 0.3.5 and will be removed in a future version.]) + AC_MSG_WARN([The openbsd malloc port is deprecated in Tor 0.3.5 and will be removed in a future version.]) enable_openbsd_malloc=yes ],