Searched refs:check_lib (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/ |
D | configure | 603 check_lib() { function 615 check_header pthread.h && check_lib -lpthread <<EOF || disable_feature pthread_h
|
/external/python/cpython2/Lib/distutils/command/ |
D | config.py | 319 def check_lib(self, library, library_dirs=None, headers=None, member in config
|
/external/python/setuptools/setuptools/_distutils/command/ |
D | config.py | 308 def check_lib(self, library, library_dirs=None, headers=None, member in config
|
/external/python/cpython3/Lib/distutils/command/ |
D | config.py | 308 def check_lib(self, library, library_dirs=None, headers=None, member in config
|
/external/libvpx/build/make/ |
D | configure.sh | 325 check_lib() { function 326 log check_lib "$@" 1526 …check_header pthread.h && check_lib -lpthread <<EOF && add_extralibs -lpthread || disable_feature …
|
/external/python/cpython2/Misc/ |
D | HISTORY | 8360 installer is in Misc/distutils. check_lib() was modified to behave
|
/external/python/cpython3/Misc/ |
D | HISTORY | 25739 installer is in Misc/distutils. check_lib() was modified to behave
|