From 960df77d0a33e0c2c8000de530122677adc9a2ec Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 18 Oct 2007 07:17:21 +0000 Subject: [PATCH] updated comment in configure file --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6187264fc..393223bc2 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_PROG_LIBTOOL dnl Make sure that the asio header files are added. 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 ]) ) +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 (use CVS head) 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 dnl Check for pthreads and boost libraries.