fix COMPILETIME_OPTIONS by adding a space
This commit is contained in:
parent
fb9ffb8360
commit
a3bacd736e
|
@ -173,7 +173,7 @@ AC_ARG_WITH(
|
|||
)
|
||||
|
||||
# this works around a bug in asio in boost-1.39
|
||||
COMPILETIME_OPTIONS="-DBOOST_ASIO_HASH_MAP_BUCKETS=1024"
|
||||
COMPILETIME_OPTIONS="-DBOOST_ASIO_HASH_MAP_BUCKETS=1024 "
|
||||
|
||||
dnl Check the value for the --with-logging switch
|
||||
AC_MSG_CHECKING([what form of logging to use])
|
||||
|
|
Loading…
Reference in New Issue