mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
remove deprecated defines
- PERL_STATIC_LIBS (was not tested anymore) - HAVE_GMODULE (always required) - HAVE_STATIC_IRC - HAVE_STATIC_PERL - HAVE_SOCKS (was not working properly) - USE_GREGEX (we use it)
This commit is contained in:
parent
3a5f93bbcc
commit
883510a3fd
22 changed files with 20 additions and 338 deletions
|
|
@ -30,7 +30,6 @@ libperl_core_sm = shared_module('perl_core',
|
|||
c_args : [
|
||||
def_scriptdir,
|
||||
def_perl_use_lib,
|
||||
'-D' + 'PERL_STATIC_LIBS' + '=' + 0.to_string(),
|
||||
],
|
||||
include_directories : [ rootinc ] + [ generated_files_inc ],
|
||||
implicit_include_directories : false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue