1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04: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:
Timo Sirainen 2002-02-17 17:53:11 +00:00 committed by cras
parent 55235a9b3d
commit a38227e077

View File

@ -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)