autotools: Fixed C++ build globally.
authorSavio Sena <savio.sena@acm.org>
Tue, 22 Jul 2014 09:56:04 +0000 (06:56 -0300)
committerSavio Sena <savio.sena@acm.org>
Tue, 22 Jul 2014 09:56:04 +0000 (06:56 -0300)
commitdbe42313e1174dff284b88bdee041369b1deb525
tree886c182b53b8a6821d0454eedfd6131ea1718b7a
parentfc4ef12519af1caa0b23bb61d4c7f6ecffc33ef1
autotools: Fixed C++ build globally.

Previously I removed -fPIC from example LDFLAGS and CXXFLAGS. Now
I'm adding "-fPIC -DPIC" to configure.ac conditioned to HAVE_CXX11.

This commit fixes 'make check'.
legacy/elementary/configure.ac