fix COMPILETIME_OPTIONS by adding a space

This commit is contained in:
cg25 2009-07-20 19:45:28 +00:00
parent fb9ffb8360
commit a3bacd736e
1 changed files with 1 additions and 1 deletions

View File

@ -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])