Björn Winckler wrote: > 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
That's easy to fix. Thanks for reporting the problem. -- Edison's greatest achievement came in 1879, when he invented the electric company. Edison's design was a brilliant adaptation of the simple electrical circuit: the electric company sends electricity through a wire to a customer, then immediately gets the electricity back through another wire /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.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
