Disable wxFileSystemWatcher in configure if threads are disabled.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Jun 2011 15:19:55 +0000 (15:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Jun 2011 15:19:55 +0000 (15:19 +0000)
commitdac2ee8dee32744293b32b4bd082466f35d8c587
tree1afd8e5576189d6addc84b6ddad9093dd0e81140
parent3d55f45e94a243fef267d466f249fbb18835ecdc
Disable wxFileSystemWatcher in configure if threads are disabled.

wxFileSystemWatcher requires threads under MSW so disable it automatically in
configure if --disable-threads was used to avoid compilation errors in
wx/msw/chkconf.h later.

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