add the korean translation dir to configure
This commit is contained in:
parent
1618ecc845
commit
858af98b90
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,8 @@ AC_ARG_ENABLE(
|
||||||
#include <X11/Xft/Xft.h>
|
#include <X11/Xft/Xft.h>
|
||||||
, XftFont foo,
|
, XftFont foo,
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
XFT="yes",
|
XFT="yes"
|
||||||
|
LIBS="$LIBS -lXft",
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -262,6 +263,7 @@ nls/fr_FR/Makefile
|
||||||
nls/hu_HU/Makefile
|
nls/hu_HU/Makefile
|
||||||
nls/it_IT/Makefile
|
nls/it_IT/Makefile
|
||||||
nls/ja_JP/Makefile
|
nls/ja_JP/Makefile
|
||||||
|
nls/ko_KR/Makefile
|
||||||
nls/nl_NL/Makefile
|
nls/nl_NL/Makefile
|
||||||
nls/pt_BR/Makefile
|
nls/pt_BR/Makefile
|
||||||
nls/ru_RU/Makefile
|
nls/ru_RU/Makefile
|
||||||
|
|
Loading…
Reference in a new issue