[Libreoffice-commits] .: Branch 'feature/soenv' - configure.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Mon Dec 5 10:25:44 PST 2011


 configure.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit becf334313a093afe2414fee2cd2be1f035c0acf
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Dec 5 12:24:56 2011 -0600

    try to get rid of spurrious CONF-FOR-BUILD in x-compile case

diff --git a/configure.in b/configure.in
index 6c1bfb4..fd863b6 100644
--- a/configure.in
+++ b/configure.in
@@ -3066,6 +3066,7 @@ if test "$cross_compiling" = "yes"; then
         VV='$'$V
         VV=`eval "echo $VV"`
         if test -n "$VV"; then
+            VV=`echo $VV | sed -e 's,/CONF-FOR-BUILD,,g'`
             line=${V}_FOR_BUILD='${'${V}_FOR_BUILD:-$VV'}'
             echo "$line" >>build-config
         fi


More information about the Libreoffice-commits mailing list