Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled

This commit is contained in:
Rolf Eike Beer
2015-09-22 06:11:50 +02:00
committed by Brad King
parent 7279f2939e
commit a27bc0ccac
5 changed files with 41 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
Threads-CXX
------------
* The :module:`CheckFunctionExists`, :module:`CheckLibraryExists`, and
:module:`CheckSymbolExists` modules learned to work in environments where
only CXX is enabled.