diff src/config.h.in @ 3038:e8ee4b4ebf41 v7.3.291

updated for version 7.3.291 Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Fri, 02 Sep 2011 12:27:25 +0200
parents baa5f81197c8
children 81201fb337a5
line wrap: on
line diff
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -346,6 +346,9 @@
 /* Define if dynamic python does not require RTLD_GLOBAL */
 #undef PY_NO_RTLD_GLOBAL
 
+/* Define if dynamic python3 does not require RTLD_GLOBAL */
+#undef PY3_NO_RTLD_GLOBAL
+
 /* Define if you want to include the Ruby interpreter. */
 #undef FEAT_RUBY