--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:
Timo Sirainen 2001-07-30 22:10:11 +00:00 committed by cras
commit 642622624d
4 changed files with 49 additions and 37 deletions

View file

@ -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)