Patch 8.2.2337
Problem: Configure test for GTK only says "no". (Harm te Hennepe)
Solution: Hint that a -def package is needed. (closes #5229)
Files: src/configure.ac, src/auto/configure
*** ../vim-8.2.2336/src/configure.ac 2020-12-28 21:36:52.508817422 +0100
--- src/configure.ac 2021-01-12 20:50:56.113245236 +0100
***************
*** 2583,2588 ****
--- 2583,2591 ----
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
*** ../vim-8.2.2336/src/auto/configure 2020-12-28 21:36:52.508817422 +0100
--- src/auto/configure 2021-01-12 20:51:00.845230185 +0100
***************
*** 9561,9566 ****
--- 9561,9568 ----
sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
}
else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK
-dev package" >&5
+ $as_echo_n "checking for GTK -dev package... " >&6; }
no_gtk=yes
fi
***************
*** 9814,9819 ****
--- 9816,9823 ----
sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'`
}
else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK
-dev package" >&5
+ $as_echo_n "checking for GTK -dev package... " >&6; }
no_gtk=yes
fi
*** ../vim-8.2.2336/src/version.c 2021-01-12 20:23:35.778707890 +0100
--- src/version.c 2021-01-12 20:50:20.337359534 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2337,
/**/
--
hundred-and-one symptoms of being an internet addict:
133. You communicate with people on other continents more than you
do with your own neighbors.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/202101121951.10CJpqHT1067509%40masaka.moolenaar.net.