diff --git a/scripts/travis-common.sh b/scripts/travis-common.sh index cf28e08e0..59c8bff89 100644 --- a/scripts/travis-common.sh +++ b/scripts/travis-common.sh @@ -84,7 +84,7 @@ configure () { ./configure "$@" PGSQL2SQLITE=False SVG2PNG=False SVG_RENDERER=False \ COVERAGE=True DEBUG=True WARNING_CXXFLAGS="-Wno-unknown-warning-option" else - ./configure "$@" WARNING_CXXFLAGS="-Wno-unknown-warning-option" + ./configure "$@" PREFIX=${MASON_PREFIX} WARNING_CXXFLAGS="-Wno-unknown-warning-option" fi # print final config values, sorted and indented sort -sk1,1 ./config.py | sed -e 's/^/ /'