mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Yet another perl fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1233 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5807efc587
commit
66f9ea8694
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue