Lines Matching refs:if

33 # GSS_FLAVOUR       "MIT" or "Heimdal" if anything found
54 # Try to find library using system pkg-config if user did not specify root dir
55 if(NOT GSS_ROOT_DIR AND NOT "$ENV{GSS_ROOT_DIR}")
56 if(CURL_USE_PKGCONFIG)
61 if(WIN32)
66 if(NOT _GSS_FOUND) # Not found by pkg-config. Let us take more traditional approach.
86 if(_gss_configure_script)
94 if(NOT _gss_configure_failed) # 0 means success
101 if(_flag MATCHES "^-I.*")
118 if(NOT _gss_configure_failed) # 0 means success
125 if(_flag MATCHES "^-l.*")
145 if(_gss_configure_failed)
157 if(_gss_configure_failed)
160 if(_gss_vendor MATCHES ".*H|heimdal.*")
177 if(_GSS_INCLUDE_DIRS) # jay, we have found something
181 if(_gss_have_mit_headers)
184 # Prevent compiling the header - just check if we can include it
189 if(_gss_have_roken_h OR _gss_have_heimdal_roken_h)
195 # I am not convinced if this is the right way but this is what autotools do at the moment
204 if(_GSS_INCLUDE_DIRS)
209 # If we have headers, check if we can link libraries
210 if(GSS_FLAVOUR)
216 if(WIN32)
217 if(CMAKE_SIZEOF_VOID_P EQUAL 8)
219 if(GSS_FLAVOUR STREQUAL "MIT")
226 if(GSS_FLAVOUR STREQUAL "MIT")
234 if(GSS_FLAVOUR STREQUAL "MIT")
250if(_GSS_MODULE_NAME STREQUAL _mit_modname OR _GSS_${_mit_modname}_VERSION) # _GSS_MODULE_NAME set…
252 if(NOT _GSS_VERSION) # for old CMake versions?
257 if(NOT _GSS_VERSION) # for old CMake versions?
271 if(GSS_FLAVOUR)
272 if(NOT GSS_VERSION AND GSS_FLAVOUR STREQUAL "Heimdal")
273 if(CMAKE_SIZEOF_VOID_P EQUAL 8)
279 if(EXISTS "${GSS_INCLUDE_DIRS}/${_heimdal_manifest_file}")
286 if(NOT GSS_VERSION)
292 if(WIN32 AND _mit_version)