summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e351e8c3..c5f670177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -222,7 +222,7 @@ AM_CONDITIONAL([ENABLE_FATAL_CRITICALS], [test "x$fatal_criticals" = xyes])
dnl dummy check for gtk-doc
AC_ARG_ENABLE(gtk-doc,
- AC_HELP_STRING([--enable-gtk-doc],[doesn't actually do anything]),
+ AC_HELP_STRING([--enable-gtk-doc],[does not actually do anything]),
enable_gtk_doc=yes, enable_gtk_doc=no)
AM_CONDITIONAL([ENABLE_GTK_DOC], [test "x$enable_gtk_doc" = xyes])