diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-04 06:53:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-04 06:53:21 -0400 |
commit | f90c0533777f2220cd6fb5ed07a5b63cd9c3e881 (patch) | |
tree | f350a4f1c9591f7ace2bbcbef809e94d47f3d657 /configure.ac | |
parent | 5597ddc36047a4f306a6f668235d02c069db991a (diff) | |
download | tor-f90c0533777f2220cd6fb5ed07a5b63cd9c3e881.tar.gz tor-f90c0533777f2220cd6fb5ed07a5b63cd9c3e881.zip |
Update AC_WARN->AC_MSG_WARN. #23878.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 ], |