mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
COMMON_NOUI_LIBS shouldn't include $INTLLIBS, it's not needed anymore and
it's not even set anywhere, except in local environemnt where it may break make.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2508 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
55235a9b3d
commit
a38227e077
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ done
|
|||
FE_COMMON_LIBS="$FE_COMMON_LIBS../fe-common/core/libfe_common_core.a"
|
||||
|
||||
dnl ** common libraries needed by frontends
|
||||
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS"
|
||||
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS"
|
||||
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