[Libreoffice-commits] .: Branch 'libreoffice-4-0' - configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 14 14:59:38 PST 2012


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

New commits:
commit 546faa79bf3b1e4b222f182d43a9839106a398db
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 b241dea..6df8f4e 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)


More information about the Libreoffice-commits mailing list