summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-14 23:56:58 +0100
committerAndras Timar <atimar@suse.com>2012-12-14 23:59:09 +0100
commit546faa79bf3b1e4b222f182d43a9839106a398db (patch)
tree98b5e59264bf3134d663b4add7290f8bebf05ea9 /configure.ac
parenta199727ea3b2e71a10c374cddc7023e06d3ed202 (diff)
typo in configure.ac
Change-Id: Ic20c758034309a7b67966d73066770c4b870f146
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b241dea0508c..6df8f4e71b48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11595,7 +11595,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)