mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
removed fe-perl
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1592 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9c690bb644
commit
7ffe6ace97
@ -15,7 +15,6 @@ irssi_DEPENDENCIES = @COMMON_LIBS@
|
|||||||
irssi_LDADD = \
|
irssi_LDADD = \
|
||||||
@COMMON_LIBS@ \
|
@COMMON_LIBS@ \
|
||||||
@PERL_LINK_LIBS@ \
|
@PERL_LINK_LIBS@ \
|
||||||
@PERL_FE_LINK_LIBS@ \
|
|
||||||
$(PROG_LIBS) \
|
$(PROG_LIBS) \
|
||||||
$(CURSES_LIBS)
|
$(CURSES_LIBS)
|
||||||
|
|
||||||
|
@ -44,9 +44,6 @@
|
|||||||
#ifdef HAVE_STATIC_PERL
|
#ifdef HAVE_STATIC_PERL
|
||||||
void perl_core_init(void);
|
void perl_core_init(void);
|
||||||
void perl_core_deinit(void);
|
void perl_core_deinit(void);
|
||||||
|
|
||||||
void fe_perl_init(void);
|
|
||||||
void fe_perl_deinit(void);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void irc_init(void);
|
void irc_init(void);
|
||||||
@ -139,7 +136,6 @@ static void textui_finish_init(void)
|
|||||||
|
|
||||||
#ifdef HAVE_STATIC_PERL
|
#ifdef HAVE_STATIC_PERL
|
||||||
perl_core_init();
|
perl_core_init();
|
||||||
fe_perl_init();
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (display_firsttimer) {
|
if (display_firsttimer) {
|
||||||
@ -179,7 +175,6 @@ static void textui_deinit(void)
|
|||||||
deinit_screen();
|
deinit_screen();
|
||||||
|
|
||||||
#ifdef HAVE_STATIC_PERL
|
#ifdef HAVE_STATIC_PERL
|
||||||
fe_perl_deinit();
|
|
||||||
perl_core_deinit();
|
perl_core_deinit();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user