Merge pull request #18 from krinkinmu/build-script
authorMax Khizhinsky <libcds.dev@gmail.com>
Sun, 15 Mar 2015 18:26:03 +0000 (21:26 +0300)
committerMax Khizhinsky <libcds.dev@gmail.com>
Sun, 15 Mar 2015 18:26:03 +0000 (21:26 +0300)
fix build script warning message

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