diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-27 22:56:17 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-27 22:56:17 +0000 |
commit | 89d7498019b64ae5f89b6f09f32aaa9d876a9da3 (patch) | |
tree | 1b289e5394b6dc0db092459fbabaaf049b285715 /configure.in | |
parent | d7342a6c4fac7956ddef141c8a2f88a1e7b0378c (diff) | |
download | irssi-89d7498019b64ae5f89b6f09f32aaa9d876a9da3.zip |
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
use UI-specific code, but simply adding the "use Irssi::UI;" after use
Irssi; should work. make install now removes libfe_perl.* files from global
module directory, but if you have it somewhere else you should manually
remove it.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1582 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ca65fe1f..2a395235 100644 --- a/configure.in +++ b/configure.in @@ -705,6 +705,7 @@ src/lib-popt/Makefile src/perl/Makefile src/perl/common/Makefile.PL src/perl/irc/Makefile.PL +src/perl/fe/Makefile.PL servertest/Makefile scripts/Makefile docs/Makefile |