[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 14 15:05:29 PST 2012


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a0134feb001416015a27184efd51265ea2e0d0c
Author: Andras Timar <atimar at suse.com>
Date:   Fri Dec 14 23:56:58 2012 +0100

    typo in configure.ac
    
    Change-Id: Ic20c758034309a7b67966d73066770c4b870f146

diff --git a/configure.ac b/configure.ac
index 63e1479..29462cd 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)


More information about the Libreoffice-commits mailing list