forked from premiere/premiere-libtorrent
Fixed build problem with options --with-asio=system.
This commit is contained in:
parent
0ec6753028
commit
63a1521cfa
|
@ -89,8 +89,6 @@ AX_BOOST_BASE([1.35],[
|
||||||
enable_shipped_asio=no,
|
enable_shipped_asio=no,
|
||||||
AC_MSG_ERROR([libtorrent-rasterbar depends on Asio library but it was not found on your system.])
|
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)
|
AC_MSG_RESULT(detect)
|
||||||
|
@ -100,8 +98,6 @@ AX_BOOST_BASE([1.35],[
|
||||||
enable_shipped_asio=no,
|
enable_shipped_asio=no,
|
||||||
AC_MSG_ERROR([libtorrent-rasterbar depends on Asio library but it was not found in the path you specified.])
|
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
|
esac
|
||||||
AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], [test x$enable_shipped_asio = "xyes"])
|
AM_CONDITIONAL([ENABLE_SHIPPED_ASIO], [test x$enable_shipped_asio = "xyes"])
|
||||||
|
|
Loading…
Reference in New Issue