aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-09 16:10:18 +0000
committerng0 <ng0@n0.is>2019-02-09 16:10:18 +0000
commitf05f6145bfb38442ac46820c8d1db85ce5ac0eb1 (patch)
tree4a2e3e2b6f8d037ebcd7537b603ec04d30897a80
parent67365fef8c12ae8c579dd47d4e90d941c0438831 (diff)
downloadgnunet-f05f6145bfb38442ac46820c8d1db85ce5ac0eb1.tar.gz
gnunet-f05f6145bfb38442ac46820c8d1db85ce5ac0eb1.zip
Fix typo in configure.ac
Signed-off-by: ng0 <ng0@n0.is>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc81600df..3dd1ce3e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,7 +327,7 @@ AC_ARG_ENABLE([texi2mdoc-generation],
327AC_MSG_RESULT($texi2mdoc-generation) 327AC_MSG_RESULT($texi2mdoc-generation)
328if test "x$texi2mdoc-generation" = "xyes" 328if test "x$texi2mdoc-generation" = "xyes"
329then 329then
330 if test "$texi2mdoc-generation" = 0 330 if test "$texi2mdoc" = 0
331 then 331 then
332 AC_MSG_WARN([ERROR: mdoc output currently requires texi2mdoc.]) 332 AC_MSG_WARN([ERROR: mdoc output currently requires texi2mdoc.])
333 AC_MSG_WARN([ERROR: texi2mdoc can be obtained via your Operating System]) 333 AC_MSG_WARN([ERROR: texi2mdoc can be obtained via your Operating System])