summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-08 02:42:17 +0000
committerDana Jansens <danakj@orodu.net>2002-07-08 02:42:17 +0000
commit858af98b904f21fe03acfd565be2e7b13d93a19c (patch)
treebec66621eced90f455164cc92246ff6ba3e6aba1
parent1618ecc845e9191a383ea9ffd1e6ab7e31caec15 (diff)
add the korean translation dir to configure
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fdd0708d..37534833 100644
--- a/configure.in
+++ b/configure.in
@@ -97,7 +97,8 @@ AC_ARG_ENABLE(
#include <X11/Xft/Xft.h>
, XftFont foo,
AC_MSG_RESULT([yes])
- XFT="yes",
+ XFT="yes"
+ LIBS="$LIBS -lXft",
AC_MSG_RESULT([no])
)
)
@@ -262,6 +263,7 @@ nls/fr_FR/Makefile
nls/hu_HU/Makefile
nls/it_IT/Makefile
nls/ja_JP/Makefile
+nls/ko_KR/Makefile
nls/nl_NL/Makefile
nls/pt_BR/Makefile
nls/ru_RU/Makefile