Fixed build problem with options --with-asio=system.

This commit is contained in:
cg25
2008-07-02 14:46:04 +00:00
parent 0ec6753028
commit 63a1521cfa

View File

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