* Fixed stupid mistypo in configure.in

This commit is contained in:
cg25 2008-06-23 18:35:20 +00:00
parent 9447693202
commit 7746255494
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,8 @@ 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)
@ -96,6 +98,8 @@ 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"])