]> git.lyx.org Git - lyx.git/commit
Do not use tr1 with libc++
authorGeorg Baum <baum@lyx.org>
Sun, 21 Dec 2014 17:22:33 +0000 (18:22 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 21 Dec 2014 17:22:33 +0000 (18:22 +0100)
commit0842aa06e45d0d182c34924f03b045056795e0c2
tree527afc966f26a96b973b0e197f9191e315868f9c
parent158b9a0e551144ca357d6635af9cddcc446bb91f
Do not use tr1 with libc++

clang defines __GNUC__ but libc++ does not have tr1, so we either need to use
boost, or std and compile in c++11 mode.
configure.ac