typo in configure.ac

Change-Id: Ic20c758034309a7b67966d73066770c4b870f146
This commit is contained in:
Andras Timar
2012-12-14 23:56:58 +01:00
parent 0d14248a51
commit 1a0134feb0

View File

@@ -11859,7 +11859,7 @@ done
WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
test "$WITH_LANG" = "en-US" && WITH_LANG=
if test "$enable_release_build" = "" -o "$enable_releasbie_build" = "no"; then
if test "$enable_release_build" = "" -o "$enable_release_build" = "no"; then
test "$WITH_LANG_LIST" = "en-US" || WITH_LANG_LIST=`echo $WITH_LANG_LIST qtz`
fi
AC_SUBST(ALL_LANGS)