diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-03 22:57:14 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-03 22:57:14 +0000 |
commit | 5e97ea1549df8b0f5896f2bebf027721bb197eff (patch) | |
tree | 53fb0d1a8fef5c68fa54efc0d72a0430ca4cc96a /acconfig.h | |
parent | 391a419a1fce87ea4fef199390e23cbf0dbee589 (diff) | |
download | irssi-5e97ea1549df8b0f5896f2bebf027721bb197eff.zip |
--enable-perl=[yes|no|static]
Allows building perl support either as loadable irssi module or
statically linked to irssi binary.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@716 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #undef HAVE_POPT_H #undef HAVE_SOCKS_H #undef HAVE_PL_PERL +#undef HAVE_STATIC_PERL /* macros/curses checks */ #undef HAS_CURSES |