[Libreoffice-commits] .: configure.in

Michael Stahl mst at kemper.freedesktop.org
Mon Jul 30 05:34:36 PDT 2012


 configure.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 59d4e47c62f4b21794eb9ba8ba634df978c3a38f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jul 30 14:32:06 2012 +0200

    configure.in: don't remove AC_SUBST(COMPATH)
    
    Change-Id: I1cb11dcfbca09ecdd658849aa9df8245141940c6

diff --git a/configure.in b/configure.in
index f2a41ae..ba5f3de 100644
--- a/configure.in
+++ b/configure.in
@@ -11897,6 +11897,8 @@ dnl Setting up the environment.
 dnl ===================================================================
 echo "setting up the build environment variables..."
 
+AC_SUBST(COMPATH)
+
 if test "$build_os" = "cygwin"; then
     if test "$DISABLE_ACTIVEX" = "YES"; then
         ATL_LIB="$WINDOWS_SDK_HOME/lib" # Doesn't exist for VSE


More information about the Libreoffice-commits mailing list