comparison 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
comparison
equal deleted inserted replaced
3037:5dc0dbe052c0 3038:e8ee4b4ebf41
344 #undef DYNAMIC_PYTHON3 344 #undef DYNAMIC_PYTHON3
345 345
346 /* Define if dynamic python does not require RTLD_GLOBAL */ 346 /* Define if dynamic python does not require RTLD_GLOBAL */
347 #undef PY_NO_RTLD_GLOBAL 347 #undef PY_NO_RTLD_GLOBAL
348 348
349 /* Define if dynamic python3 does not require RTLD_GLOBAL */
350 #undef PY3_NO_RTLD_GLOBAL
351
349 /* Define if you want to include the Ruby interpreter. */ 352 /* Define if you want to include the Ruby interpreter. */
350 #undef FEAT_RUBY 353 #undef FEAT_RUBY
351 354
352 /* Define for linking via dlopen() or LoadLibrary() */ 355 /* Define for linking via dlopen() or LoadLibrary() */
353 #undef DYNAMIC_RUBY 356 #undef DYNAMIC_RUBY