summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-17 17:53:11 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-17 17:53:11 +0000
commita38227e0775edc267175dfcbd1e04e630dbe3c55 (patch)
tree4e7a532b30b2b2911358be2326abd08048c8cf3e /configure.in
parent55235a9b3d0239679792105bbc1c14fb2d7bd011 (diff)
downloadirssi-a38227e0775edc267175dfcbd1e04e630dbe3c55.zip
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 41c1a9cd..95244753 100644
--- a/configure.in
+++ b/configure.in
@@ -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)