Hi, I've just pulled the latest hg changeset and noticed that ./configure is acting a bit strange. Turns out there is still one occurrence of SKIP_GTK in configure.in that should be SKIP_GTK2. In my configure.in it's around line 1940 but this is for the MacVim so the line number will differ. The offending line looks like this:
if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF" -o -z "$SKIP_GTK"; then Björn -- 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
