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

nickm at torproject.org nickm at torproject.org
Sat Aug 4 10:53:40 UTC 2018


commit f90c0533777f2220cd6fb5ed07a5b63cd9c3e881
Author: Nick Mathewson <nickm at 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
   ],
 



More information about the tor-commits mailing list