]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update AC_WARN->AC_MSG_WARN. #23878.
authorNick Mathewson <nickm@torproject.org>
Sat, 4 Aug 2018 10:53:21 +0000 (06:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 4 Aug 2018 10:53:21 +0000 (06:53 -0400)
configure.ac

index fbe0fa5ec42b9af1fdd58556a0d4e56e29590dd6..9c9ea11c73e67a639f65a789c8eeecfd55314982 100644 (file)
@@ -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
   ],