mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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
@ -712,7 +712,7 @@ done
|
|||||||
FE_COMMON_LIBS="$FE_COMMON_LIBS../fe-common/core/libfe_common_core.a"
|
FE_COMMON_LIBS="$FE_COMMON_LIBS../fe-common/core/libfe_common_core.a"
|
||||||
|
|
||||||
dnl ** common libraries needed by frontends
|
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"
|
COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS"
|
||||||
AC_SUBST(COMMON_NOUI_LIBS)
|
AC_SUBST(COMMON_NOUI_LIBS)
|
||||||
AC_SUBST(COMMON_LIBS)
|
AC_SUBST(COMMON_LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user