From 63a1521cfa7e17a6c385deceac74c153209baf23 Mon Sep 17 00:00:00 2001 From: cg25 Date: Wed, 2 Jul 2008 14:46:04 +0000 Subject: [PATCH] Fixed build problem with options --with-asio=system. --- configure.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.in b/configure.in index a82e6bbda..4874cdba6 100644 --- a/configure.in +++ b/configure.in @@ -89,8 +89,6 @@ AX_BOOST_BASE([1.35],[ enable_shipped_asio=no, AC_MSG_ERROR([libtorrent-rasterbar depends on Asio library but it was not found on your system.]) ) - ln -sf $ASIO_HPP include/libtorrent - ln -sf $ASIO_DIR include/libtorrent ;; *) AC_MSG_RESULT(detect) @@ -100,8 +98,6 @@ AX_BOOST_BASE([1.35],[ enable_shipped_asio=no, AC_MSG_ERROR([libtorrent-rasterbar depends on Asio library but it was not found in the path you specified.]) ) - ln -sf $ASIO_HPP include/libtorrent - ln -sf $ASIO_DIR include/libtorrent ;; esac AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], [test x$enable_shipped_asio = "xyes"])