custom flag setting should no longer be needed

This commit is contained in:
Dane Springmeyer
2014-08-13 08:45:11 -07:00
parent ca0e6f1611
commit fdaae04ec0

View File

@ -18,9 +18,6 @@ before_script:
script:
- if [ "${CXX}" = 'g++' ]; then export CXX="g++-4.8" && export CC="gcc-4.8"; fi;
- export CXXFLAGS="$(mapnik-config --cflags)"
- echo $CXXFLAGS
- export LDFLAGS="$(mapnik-config --ldflags)"
- ./autogen.sh
- ./configure
- make