aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-21 19:27:16 +0000
committerng0 <ng0@n0.is>2019-11-21 19:27:16 +0000
commit03a358ed1cbd4acae23d7410df15bc7b1b78650e (patch)
tree9fa00f9a3e3281c52e82fcbbd1fd96bdad12fabc /configure.ac
parent029a42364a00e5d840600df015ea03ad51cf94bc (diff)
downloadgnunet-03a358ed1cbd4acae23d7410df15bc7b1b78650e.tar.gz
gnunet-03a358ed1cbd4acae23d7410df15bc7b1b78650e.zip
replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 673ea3b13..451d30496 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,7 +398,7 @@ AS_IF([test "x$documentation" = "xyes"],
398 [0], 398 [0],
399 [Not building the documentation])]) 399 [Not building the documentation])])
400 400
401# COMMENT: Check wether to transpile texinfo to mdoc. 401# COMMENT: Check whether to transpile texinfo to mdoc.
402# COMMENT: This is TRUE when --enable-texi2mdoc-generation 402# COMMENT: This is TRUE when --enable-texi2mdoc-generation
403# COMMENT: but ERRORS when texi2mdoc binary is missing in your $PATH 403# COMMENT: but ERRORS when texi2mdoc binary is missing in your $PATH
404# COMMENT: and makes the configure fail if it is missing. 404# COMMENT: and makes the configure fail if it is missing.
@@ -408,7 +408,7 @@ AS_IF([test "x$documentation" = "xyes"],
408# COMMENT: There are 2 nested AS_IFs because we need to catch the 408# COMMENT: There are 2 nested AS_IFs because we need to catch the
409# COMMENT: potential non-existence of the texi2mdoc binary. 409# COMMENT: potential non-existence of the texi2mdoc binary.
410# COMMENT: Default return value / setting: no 410# COMMENT: Default return value / setting: no
411AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation) 411AC_MSG_CHECKING(whether to include generated texi2mdoc output in installation)
412AC_ARG_ENABLE([texi2mdoc-generation], 412AC_ARG_ENABLE([texi2mdoc-generation],
413 [AS_HELP_STRING([--enable-texi2mdoc-generation], 413 [AS_HELP_STRING([--enable-texi2mdoc-generation],
414 [include generated texi2mdoc output in installation])], 414 [include generated texi2mdoc output in installation])],
@@ -1667,7 +1667,7 @@ AC_MSG_RESULT($enable_benchmarks)
1667AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"]) 1667AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"])
1668 1668
1669# should gnunet-testing be compiled 1669# should gnunet-testing be compiled
1670AC_MSG_CHECKING(wether to compile gnunet-testing) 1670AC_MSG_CHECKING(whether to compile gnunet-testing)
1671AC_ARG_ENABLE([testing], 1671AC_ARG_ENABLE([testing],
1672 [AS_HELP_STRING([--disable-testing], [do not build gnunet-testing])], 1672 [AS_HELP_STRING([--disable-testing], [do not build gnunet-testing])],
1673 [enable_testing=${enableval}], 1673 [enable_testing=${enableval}],