summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-08 11:27:15 +0200
committerThomas Haller <thaller@redhat.com>2018-09-14 08:17:32 +0200
commit815834aebcdf4b65311952163a8d38805e950407 (patch)
tree5c18414ad081cda1bf929a687e52df2ba04665d6
parentb4e2f83403e45e039fdaeb825f04324dc7220cb2 (diff)
downloadNetworkManager-815834aebcdf4b65311952163a8d38805e950407.tar.gz
build: fix error message in configure script about gtk-doc
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f244d214e4..17ff1a6f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1217,7 +1217,7 @@ else
if test "$enable_gtk_doc" = "yes"; then
# large parts of the documentation require introspection/pygobject to extract
# the documentation out of the source files. You cannot enable gtk-doc without alone.
- AC_MSG_ERROR(["--with-gtk-doc requires --enable-introspection"])
+ AC_MSG_ERROR(["--enable-gtk-doc requires --enable-introspection"])
fi
have_introspection=no
fi