comparison src/configure.ac @ 23590:619c92c629b8 v8.2.2337

patch 8.2.2337: configure test for GTK only says "no" Commit: https://github.com/vim/vim/commit/67876de7bbc4254268d8180d68203b965e25ed95 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 12 20:51:24 2021 +0100 patch 8.2.2337: configure test for GTK only says "no" Problem: Configure test for GTK only says "no". (Harm te Hennepe) Solution: Hint that a -def package is needed. (closes https://github.com/vim/vim/issues/5229)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Jan 2021 21:00:05 +0100
parents b9d94953d3e6
children 6a4554de9925
comparison
equal deleted inserted replaced
23589:db6fdb3e92d0 23590:619c92c629b8
2581 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'` 2581 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
2582 gtk_micro_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ 2582 gtk_micro_version=`$PKG_CONFIG --modversion gtk+-3.0 | \
2583 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'` 2583 sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
2584 } 2584 }
2585 else 2585 else
2586 dnl Put some text before the "no" to hint at installing the gtk-dev
2587 dnl packages.
2588 AC_MSG_CHECKING(for GTK -dev package)
2586 no_gtk=yes 2589 no_gtk=yes
2587 fi 2590 fi
2588 2591
2589 if test "x$enable_gtktest" = "xyes" -a "x$no_gtk" = "x"; then 2592 if test "x$enable_gtktest" = "xyes" -a "x$no_gtk" = "x"; then
2590 { 2593 {