applied patch in #85

This commit is contained in:
Arvid Norberg 2007-07-16 21:20:36 +00:00
parent cf35ec6d9c
commit 32f1dbf7a6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ AC_PROG_LIBTOOL
# AC_PROG_RANLIB is obsolete by AC_PROC_LIBTOOL
dnl Make sure that the asio header files are added.
ASIO_DIR=include/libtorrent/asio
ASIO_DIR=$srcdir/include/libtorrent/asio
AC_CHECK_FILES([$ASIO_DIR/../asio.hpp $ASIO_DIR/ssl/stream.hpp $ASIO_DIR/ip/tcp.hpp ],,AC_MSG_ERROR([ ASIO header files not found. Get them from asio.sourceforge.net and include or symlink them. Example: ln -s ../../../asio/include/asio.hpp include/libtorrent/asio.hpp && ln -s ../../../asio/include/asio include/libtorrent/asio ]) )
dnl check asio version