summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-08-07 13:06:32 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-08-07 13:06:32 +0000
commit918b8400f4be2992f3ba1c4fb979f9c6076305d8 (patch)
treefecd22457e1a0c7c98538c2d40e338517e134319 /configure.in
parent39d42bdad42e2ce939552918c42bf6d3247b766c (diff)
downloadirssi-918b8400f4be2992f3ba1c4fb979f9c6076305d8.zip
Remove unused variable BUILD_PLUGINS.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4596 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 732d8dfc..0a46df40 100644
--- a/configure.in
+++ b/configure.in
@@ -659,7 +659,6 @@ dnl ** check what we want to build
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(BUILD_PLUGINS, test "$want_plugins" = "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")