summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-17 11:09:14 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-17 11:09:14 +0000
commit66f9ea8694fa03be1f74c23de5cc32a43d3e711d (patch)
tree2c54ca9a18ee70a6b0952dbd337b851df195b1f3
parent5807efc587e4983c21abd2c352aee24f189fc4a6 (diff)
downloadirssi-66f9ea8694fa03be1f74c23de5cc32a43d3e711d.zip
Yet another perl fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1233 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 26f14d3e..3564cb29 100644
--- a/configure.in
+++ b/configure.in
@@ -597,8 +597,8 @@ if test "x$MSGFMT" = "xno"; then
fi
dnl ** common libraries needed by frontends
-COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS $PERL_LINK_LIBS"
-COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS $PERL_FE_LINK_LIBS"
+COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS"
+COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS"
AC_SUBST(COMMON_NOUI_LIBS)
AC_SUBST(COMMON_LIBS)