From 6fba6796b870ccd0434ec6db8f462867767400d5 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 13 May 2015 23:04:12 +0300 Subject: [PATCH] Fix typo in configure script. --- configure | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 83f318148..25973f792 100755 --- a/configure +++ b/configure @@ -5294,8 +5294,8 @@ $as_echo "$as_me: Boost.System LIB: $BOOST_SYSTEM_LIB" >&6;} LIBS="$BOOST_SYSTEM_LIB $LIBS" fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to compile using libtorrent-raser 0.16.x" >&5 -$as_echo_n "checking whether to compile using libtorrent-raser 0.16.x... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to compile using libtorrent-rasterbar 0.16.x" >&5 +$as_echo_n "checking whether to compile using libtorrent-rasterbar 0.16.x... " >&6; } case "x$with_libtorrent_rasterbar0_16" in #( "xno") : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 diff --git a/configure.ac b/configure.ac index 0e97c6633..56eb79675 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,7 @@ AS_IF([test "x$BOOST_SYSTEM_LIB" = "x"], [AC_MSG_NOTICE([Boost.System LIB: $BOOST_SYSTEM_LIB]) LIBS="$BOOST_SYSTEM_LIB $LIBS"]) -AC_MSG_CHECKING([whether to compile using libtorrent-raser 0.16.x]) +AC_MSG_CHECKING([whether to compile using libtorrent-rasterbar 0.16.x]) AS_CASE(["x$with_libtorrent_rasterbar0_16"], ["xno"], [AC_MSG_RESULT([no])