summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-09-02 12:27:25 +0200
committerBram Moolenaar <Bram@vim.org>2011-09-02 12:27:25 +0200
commit6fabcbe26002fd75f87c6775239b0e51e1169d68 (patch)
tree1c6fe3358becce900864de6cdcaa323ae94aadc6 /src/config.h.in
parent39fc42ef9d3d255d775198f47f0ba53caa078441 (diff)
downloadvim-git-6fabcbe26002fd75f87c6775239b0e51e1169d68.tar.gz
updated for version 7.3.291v7.3.291
Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 4c3a89b76..db07f863c 100644
--- 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