mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
* configure.in: Add quotes in ALL_LINGUAS test
This commit is contained in:
parent
4f4630bce6
commit
1ce932fd6e
@ -49,7 +49,7 @@ no)
|
|||||||
esac])
|
esac])
|
||||||
AC_FUNC_MMAP
|
AC_FUNC_MMAP
|
||||||
|
|
||||||
if test x$ALL_LINGUAS = x; then
|
if test "x$ALL_LINGUAS" = x; then
|
||||||
ALL_LINGUAS="az ca cs da de el es es_ES fi fr hu it ja ko lv nl no pl pt_BR ro ru sk sl sv uk ta tr wa zh_TW zh_CN.GB2312"
|
ALL_LINGUAS="az ca cs da de el es es_ES fi fr hu it ja ko lv nl no pl pt_BR ro ru sk sl sv uk ta tr wa zh_TW zh_CN.GB2312"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user