Don't use boost regex lib on travis

This commit is contained in:
Max Brunsfeld 2016-11-18 14:45:35 -08:00
parent 60593d13f4
commit c0fb0c12a8
4 changed files with 1 additions and 25 deletions

5
script/configure vendored
View file

@ -11,11 +11,6 @@ if [ "$1" == "-h" ]; then
Variables:
-D USE_BOOST_REGEX=true
Use boost regex library for tests, not the built-in regex library. This is
useful when linking against an older version of the standard library.
libboost_regex must be installed.
-D USE_LIBPROFILER=false
Don't link libprofiler into the test binaries. This flag is needed on systems
where libprofiler (from the google-perftools package) is not installed.