summaryrefslogtreecommitdiffstats
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-15 00:01:37 +0100
commit1a0134feb001416015a27184efd51265ea2e0d0c (patch)
treefceb472cc504f089506ffce9a5d949981f8dab4d /configure.ac
parentRemove 2 unused methods from CompressGraphicsDialog (diff)
downloadcore-1a0134feb001416015a27184efd51265ea2e0d0c.tar.gz
core-1a0134feb001416015a27184efd51265ea2e0d0c.zip
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 63e14794c022..29462cd522c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)