diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-31 09:09:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-31 09:09:31 +0200 |
commit | 57bea576806beb539a556fe3753d0eaaa8a62c7f (patch) | |
tree | 51dad109e81aef90d0063b57de47b07899841dcd /configure.ac | |
parent | e48a13af9f48155cd35e3081a8afd53c1f5e6398 (diff) |
typo
Change-Id: Ibcfa5115c77e891d8cf021a2598229489f705dec
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 70fabf4818a8..6cd9e2c8aa92 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 |