[Libreoffice-commits] .: Branch 'libreoffice-3-3' - configure.in

Robert Nagy rnagy at kemper.freedesktop.org
Sun Nov 21 06:27:00 PST 2010


 configure.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 4a24b4e8a27057717b02249a433510dfd9918d4d
Author: Robert Nagy <robert at openbsd.org>
Date:   Sun Nov 21 15:26:47 2010 +0100

    Revert "Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build"
    
    This reverts commit ff2fec6aac243bb3ea7380709212454c3bedcc18.

diff --git a/configure.in b/configure.in
index 1b304c3..b8d4502 100644
--- a/configure.in
+++ b/configure.in
@@ -4178,8 +4178,7 @@ fi
 AC_SUBST(SYSTEM_PYTHON)
 AC_SUBST(PYTHON_CFLAGS)
 AC_SUBST(PYTHON_LIBS)
-AC_SUBST(PYTHON)
-HOME=`echo $HOME | $SED 's:\\\\:/:g'`
+HOME=`echo $HOME | sed 's:\\\\:/:g'`
 AC_SUBST(HOME)
 
 dnl ===================================================================


More information about the Libreoffice-commits mailing list