|
|
@@ -24,7 +24,7 @@ available and assumed to work. If the header files declare the symbol
|
|
|
as a function or variable then the symbol must also be available for
|
|
|
linking (so intrinsics may not be detected).
|
|
|
If the symbol is a type, enum value, or intrinsic it will not be recognized
|
|
|
-(consider using :module:`CheckTypeSize` or :module:`CheckCSourceCompiles`).
|
|
|
+(consider using :module:`CheckTypeSize` or :module:`CheckSourceCompiles`).
|
|
|
If the check needs to be done in C++, consider using
|
|
|
:module:`CheckCXXSymbolExists` instead.
|
|
|
|