From 5263887ac3326e9428dd5ee765ef45b4fb5d818b Mon Sep 17 00:00:00 2001
From: TingPing <tingping@tingping.se>
Date: Wed, 22 Apr 2015 22:41:02 -0400
Subject: configure: Simplify perl tests

---
 plugins/perl/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am
index bec4e5ce..83239672 100644
--- a/plugins/perl/Makefile.am
+++ b/plugins/perl/Makefile.am
@@ -7,7 +7,7 @@ libdir = $(hexchatlibdir)
 lib_LTLIBRARIES = perl.la
 perl_la_SOURCES = perl.c
 perl_la_LDFLAGS = $(PERL_LDFLAGS) $(PLUGIN_LDFLAGS) -module
-perl_la_LIBADD = $(PERL_LIBS) $(GLIB_LIBS)
+perl_la_LIBADD = $(GLIB_LIBS)
 perl_la_CFLAGS = $(PERL_CFLAGS) $(GLIB_CFLAGS) -I$(top_srcdir)/src/common
 
 BUILT_SOURCES = hexchat.pm.h irc.pm.h
-- 
cgit 1.4.1