From 629dbf66bd96fed4a82383d2941b266a0fb7e842 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 8 Sep 2018 11:27:15 +0200 Subject: [PATCH] build: fix error message in configure script about gtk-doc (cherry picked from commit 815834aebcdf4b65311952163a8d38805e950407) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b32ce412cc..22ace23455 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