From 56f845f3c104ec51f6a5c6e5fb86d983ca9c9eb4 Mon Sep 17 00:00:00 2001
From: bubnikv <bubnikv@gmail.com>
Date: Fri, 17 Mar 2017 22:49:43 +0100
Subject: [PATCH] Fixed the reports given by the build process if BOOST or TBB
 libraries were not found. https://github.com/prusa3d/Slic3r/issues/177

---
 xs/Build.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xs/Build.PL b/xs/Build.PL
index 5ad97c854..909c37bb7 100644
--- a/xs/Build.PL
+++ b/xs/Build.PL
@@ -187,7 +187,7 @@ path through the BOOST_DIR environment variable:
 
     BOOST_DIR=/path/to/boost perl Build.PL
 
-Or you may specify BOOST_INCLUDEPATH and BOOST_LIBRARYPATH separatly, which
+Or you may specify BOOST_INCLUDEDIR and BOOST_LIBRARYDIR separatly, which
 is handy, if you have built Boost libraries with mutliple settings.
 
 EOF
@@ -292,7 +292,7 @@ through the TBB_DIR environment variable:
 
     TBB_DIR=/path/to/TBB perl Build.PL
 
-Or you may specify TBB_INCLUDEPATH and TBB_LIBRARYPATH separatly, which
+Or you may specify TBB_INCLUDEDIR and TBB_LIBRARYDIR separatly, which
 is handy, if you have built the Thread Building Blocks libraries with mutliple settings.
 
 EOF