summaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-12 20:51:24 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-12 20:51:24 +0100
commit67876de7bbc4254268d8180d68203b965e25ed95 (patch)
tree6448d5d04e0254aa3ac76779f1ac3e51a3f1831d /src/configure.ac
parentb0e6b513648db7035046613431a4aa9d71ef4653 (diff)
patch 8.2.2337: configure test for GTK only says "no"v8.2.2337
Problem: Configure test for GTK only says "no". (Harm te Hennepe) Solution: Hint that a -def package is needed. (closes #5229)
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index d13e3783ce..fe2a401342 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -2583,6 +2583,9 @@ AC_DEFUN(AM_PATH_GTK,
sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
}
else
+ dnl Put some text before the "no" to hint at installing the gtk-dev
+ dnl packages.
+ AC_MSG_CHECKING(for GTK -dev package)
no_gtk=yes
fi