aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-04 06:53:21 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-04 06:53:21 -0400
commitf90c0533777f2220cd6fb5ed07a5b63cd9c3e881 (patch)
treef350a4f1c9591f7ace2bbcbef809e94d47f3d657 /configure.ac
parent5597ddc36047a4f306a6f668235d02c069db991a (diff)
downloadtor-f90c0533777f2220cd6fb5ed07a5b63cd9c3e881.tar.gz
tor-f90c0533777f2220cd6fb5ed07a5b63cd9c3e881.zip
Update AC_WARN->AC_MSG_WARN. #23878.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fbe0fa5ec4..9c9ea11c73 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
],