summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-10-27 16:49:47 +0200
committerBram Moolenaar <Bram@vim.org>2010-10-27 16:49:47 +0200
commit3ca71f1f1f6b83e0ec078897959387fca58bdf55 (patch)
treecc6b8d8a69e4147709a7028d2757f858ab72778f /src/config.h.in
parentbeca055b0c7bfd5abdfdcbd7f601d060ff3865e5 (diff)
updated for version 7.3.043v7.3.043
Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
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 f6c7fa4aa2..4c3a89b762 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -349,6 +349,9 @@
/* Define if you want to include the Ruby interpreter. */
#undef FEAT_RUBY
+/* Define for linking via dlopen() or LoadLibrary() */
+#undef DYNAMIC_RUBY
+
/* Define if you want to include the Tcl interpreter. */
#undef FEAT_TCL