default enable-shipped-asio to false in configure script
This commit is contained in:
parent
4d380c57d7
commit
c50a538d99
|
@ -43,6 +43,8 @@ CC=$PTHREAD_CC
|
||||||
CPPFLAGS="$CPPFLAGS $PTHREAD_CFLAGS"
|
CPPFLAGS="$CPPFLAGS $PTHREAD_CFLAGS"
|
||||||
LIBS="$LIBS $PTHREAD_LIBS"
|
LIBS="$LIBS $PTHREAD_LIBS"
|
||||||
|
|
||||||
|
AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], false)
|
||||||
|
|
||||||
dnl Check for boost libraries.
|
dnl Check for boost libraries.
|
||||||
AX_BOOST_BASE([1.35],[
|
AX_BOOST_BASE([1.35],[
|
||||||
AX_BOOST_SYSTEM
|
AX_BOOST_SYSTEM
|
||||||
|
|
Loading…
Reference in New Issue