diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-03-07 11:21:30 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-03-07 11:21:30 +0000 |
commit | a0f16de883a5e00fba71248bb63432c75087d886 (patch) | |
tree | d336d72ab8a33ba99d0179c270ae10ec74917599 /configure.in | |
parent | 8c3e50489fa0b7ec0a7b057061361ce93cd9e231 (diff) | |
download | irssi-a0f16de883a5e00fba71248bb63432c75087d886.zip |
Remove unused variable HAVE_STATIC_PERL.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4732 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dcad6ce8..1bc4a8a8 100644 --- a/configure.in +++ b/configure.in @@ -612,7 +612,6 @@ AM_CONDITIONAL(BUILD_TEXTUI, test "$want_textui" = "yes") AM_CONDITIONAL(BUILD_IRSSIBOT, test "$want_irssibot" = "yes") AM_CONDITIONAL(BUILD_IRSSIPROXY, test "$want_irssiproxy" = "yes") AM_CONDITIONAL(HAVE_PERL, test "$want_perl" != "no") -AM_CONDITIONAL(HAVE_STATIC_PERL, test "$want_perl" = "static") AM_CONDITIONAL(NEED_TPARM, test "$need_tparm" = "yes") AM_CONDITIONAL(USE_CURSES, test "$want_terminfo" != "yes" -a "$want_termcap" != "yes") |