[Libreoffice-commits] core.git: configure.ac

Stephan Bergmann sbergman at redhat.com
Tue May 31 07:10:02 UTC 2016


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

New commits:
commit 57bea576806beb539a556fe3753d0eaaa8a62c7f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 31 09:09:31 2016 +0200

    typo
    
    Change-Id: Ibcfa5115c77e891d8cf021a2598229489f705dec

diff --git a/configure.ac b/configure.ac
index 70fabf4..6cd9e2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8840,7 +8840,7 @@ else
     SYSTEM_BOOST=
     if test "${COM}" = "GCC" -o "${COM_IS_CLANG}" = "TRUE"; then
         # use warning-suppressing wrapper headers
-        BOOST_CPPFLAGS="-I$(SRCDIR)/external/boost/include -I${WORKDIR}/UnpackedTarball/boost"
+        BOOST_CPPFLAGS="-I${SRCDIR}/external/boost/include -I${WORKDIR}/UnpackedTarball/boost"
     else
         BOOST_CPPFLAGS="-I${WORKDIR}/UnpackedTarball/boost"
     fi


More information about the Libreoffice-commits mailing list