From c50a538d99894153bdd0fac9ed2b28b652594614 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 23 Jun 2008 22:42:18 +0000 Subject: [PATCH] default enable-shipped-asio to false in configure script --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index a253a57c7..a82e6bbda 100644 --- a/configure.in +++ b/configure.in @@ -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