build: fix qt5.7 build under macOS
commit70266e98292bf9c8f019ca4b11d681b575f71448
authorCory Fields <cory-nospam-@coryfields.com>
Tue, 15 Nov 2016 21:12:17 +0000 (15 16:12 -0500)
committerCory Fields <cory-nospam-@coryfields.com>
Tue, 15 Nov 2016 21:12:17 +0000 (15 16:12 -0500)
tree3a100fbd47f4848f86983f0c147aee0dd57c6117
parent6eeac6e30d65f9a972067c1ea8c49978c8e631ac
build: fix qt5.7 build under macOS

OBJCXX's std flags don't get defined by our cxx macro. Rather than hard-coding
to c++11, just force OBJCXX to be the same as CXX unless the user specified
otherwise.
configure.ac