mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
configure: Fix erroneous space near BOOST_LDFLAGS.
This commit is contained in:
parent
823387da4e
commit
380d988e97
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ AC_HELP_STRING([--with-included-boost[[[=shared]]]], [Use the boost sources from
|
|||
AC_MSG_CHECKING([whether to use shared boost])
|
||||
if [[ $withval = "shared" ]]; then
|
||||
AC_MSG_RESULT([yes])
|
||||
BOOST_LDFLAGS += " -Wl,-rpath=$boost_libdir"
|
||||
BOOST_LDFLAGS+=" -Wl,-rpath=$boost_libdir"
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
withval="static"
|
||||
|
|
Loading…
Reference in a new issue