mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes to
make it work better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1693 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7a7b7a1c1a
commit
642622624d
4 changed files with 49 additions and 37 deletions
|
|
@ -175,8 +175,8 @@ char *perl_get_use_list(void)
|
|||
|
||||
str = g_string_new(NULL);
|
||||
|
||||
if (*PERL_LIB_DIR != '\0')
|
||||
g_string_append(str, "use lib \""PERL_LIB_DIR"\";");
|
||||
if (*PERL_USE_LIB != '\0')
|
||||
g_string_append(str, "use lib \""PERL_USE_LIB"\";");
|
||||
|
||||
g_string_append(str, "use Irssi;");
|
||||
if (irssi_gui != IRSSI_GUI_NONE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue