default enable-shipped-asio to false in configure script

This commit is contained in:
Arvid Norberg 2008-06-23 22:42:18 +00:00
parent 4d380c57d7
commit c50a538d99
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ CC=$PTHREAD_CC
CPPFLAGS="$CPPFLAGS $PTHREAD_CFLAGS"
LIBS="$LIBS $PTHREAD_LIBS"
AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], false)
dnl Check for boost libraries.
AX_BOOST_BASE([1.35],[
AX_BOOST_SYSTEM