Re: [vim/vim] configure: honor `--disable-hardcopy-pango` with GTK (PR #20945)

Christian Brabandt (Vim Github Repository) <[email protected]> Thu, 06 Aug 2026 11:49:15 -0700
Newsgroups gmane.editors.vim.devel
Message-ID <vim/vim/pull/20945/[email protected]>
chrisbra left a comment (vim/vim#20945)

Thanks all. I have this just merged including @h-east change. As a followup we can now probably get rid of the first 3 of those:
```sh
141 64410 chrisbra@debian-arm64 ~/code/vim-upstream (git)-[master]- % git grep PANGO_VERSION_CHECK
src/gui_beval.c:#   if PANGO_VERSION_CHECK(1,38,0)
src/gui_beval.c:#   if PANGO_VERSION_CHECK(1,38,0)
src/gui_beval.c:#   if PANGO_VERSION_CHECK(1,38,0)
src/gui_gtk_x11.c:#if PANGO_VERSION_CHECK(1, 52, 0)
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20945#issuecomment-5208323628
You are receiving this because you are subscribed to this thread.

Message ID: <vim/vim/pull/20945/[email protected]>

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20945/c5208323628%40github.com.