[tor/master] Update AC_WARN->AC_MSG_WARN. #23878.

4 Aug
2018
4 Aug
'18
10:53 a.m.
commit f90c0533777f2220cd6fb5ed07a5b63cd9c3e881 Author: Nick Mathewson <nickm@torproject.org> Date: Sat Aug 4 06:53:21 2018 -0400 Update AC_WARN->AC_MSG_WARN. #23878. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fbe0fa5ec..9c9ea11c7 100644 --- 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 ],
2472
Age (days ago)
2472
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org