fix build script warning message
[libcds.git] / build / build.sh
index 7e79549d583a3d130b1bf9ab828fc03f9014b0ea..dedc7ab06948e717f1afe96f1b3a150962a09de4 100644 (file)
@@ -453,7 +453,7 @@ cxx_debug_options="-D_DEBUG -O0 -g $cxx_debug_options"
 cxx_release_options="-DNDEBUG $cxx_release_optimization $cxx_release_options"
 
 
-if test $BOOST_INCLUDE_PATH != ''; then
+if test 'x$BOOST_INCLUDE_PATH' != 'x'; then
        buildCXXflags="$buildCXXflags -I$BOOST_INCLUDE_PATH"
 fi
 
@@ -610,4 +610,4 @@ if test $MAKE_DEBUG_TEST = '1'; then
         exit $?
     fi
 fi   
\ No newline at end of file