[Libreoffice-commits] .: configure.in

Miklos Vajna vmiklos at kemper.freedesktop.org
Thu Feb 10 03:17:53 PST 2011


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

New commits:
commit cf8bf062b42466e49d59c8b8b86bf172b4403645
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Thu Feb 10 12:13:13 2011 +0100

    configure: initialize SCPDEFS, do not always append it
    
    This caused problems when <platform>*.sh was sourced while invoking
    autogen.sh.

diff --git a/configure.in b/configure.in
index 6bdb1f3..3a478d3 100755
--- a/configure.in
+++ b/configure.in
@@ -1285,6 +1285,7 @@ AC_ARG_WITH(max-jobs,
 ,)
 
 BUILD_TYPE="LibO"
+SCPDEFS=""
 
 echo "********************************************************************"
 echo "*"


More information about the Libreoffice-commits mailing list