aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-03-16 13:35:33 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-03-16 13:35:33 -0400
commitf64a88e72d691cabc88544d7cb3f85c89573ed90 (patch)
tree855513072d37d43a22ef79f5759b7985ded4a378 /configure.ac
parenta91bdca1a41960b3857847fd87ef0bbea4c6e45e (diff)
parent2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e (diff)
downloadtor-f64a88e72d691cabc88544d7cb3f85c89573ed90.tar.gz
tor-f64a88e72d691cabc88544d7cb3f85c89573ed90.zip
Merge branch 'tor-gitlab/mr/490'
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 d635aa41c3..85248932ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,7 +457,7 @@ AM_CONDITIONAL(BUILD_HTML_DOCS, [test "x$enable_html_manual" != "xno"])
AM_PROG_CC_C_O
dnl Before autoconf 2.70, AC_PROG_CC_C99 is supposedly necessary for some
-dnl compilers if you wan't C99 support. Starting with 2.70, it is obsolete and
+dnl compilers if you want C99 support. Starting with 2.70, it is obsolete and
dnl forbidden.
m4_version_prereq([2.70], [:], [AC_PROG_CC_C99])