]> git.saurik.com Git - wxWidgets.git/commit
Don't check for tr1/type_traits in configure if type_traits was found.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:52 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:52 +0000 (23:48 +0000)
commitd0146438fa2127faf54bc692ae4b36f8f992e63b
treec40056ec671797dc282155466ebdb02d9197b929
parent534f87c6c442aa2710a44352bd26d215fec1714b
Don't check for tr1/type_traits in configure if type_traits was found.

This is just an optimization: don't waste time checking for tr1 header if we
already found the standard one that we're going to use if it's available.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in