Patch adds fail_if_missing test that was missing for Python 3.
diff -r c628346c7f96 src/configure.in
--- a/src/configure.in Thu Jun 13 22:59:30 2013 +0200
+++ b/src/configure.in Fri Jun 14 08:15:18 2013 +0200
@@ -1229,6 +1229,9 @@
AC_MSG_RESULT(too old)
fi
fi
+ if test "$fail_if_missing" = "yes" -a "$python3_ok" != "yes"; then
+ AC_MSG_ERROR([could not configure python3])
+ fi
fi
AC_SUBST(PYTHON3_CONFDIR)
--
--
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].
For more options, visit https://groups.google.com/groups/opt_out.