Home
last modified time | relevance | path

Searched refs:check_lib (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/
Dconfigure603 check_lib() { function
615 check_header pthread.h && check_lib -lpthread <<EOF || disable_feature pthread_h
/external/python/cpython2/Lib/distutils/command/
Dconfig.py319 def check_lib(self, library, library_dirs=None, headers=None, member in config
/external/python/setuptools/setuptools/_distutils/command/
Dconfig.py308 def check_lib(self, library, library_dirs=None, headers=None, member in config
/external/python/cpython3/Lib/distutils/command/
Dconfig.py308 def check_lib(self, library, library_dirs=None, headers=None, member in config
/external/libvpx/build/make/
Dconfigure.sh325 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/
DHISTORY8360 installer is in Misc/distutils. check_lib() was modified to behave
/external/python/cpython3/Misc/
DHISTORY25739 installer is in Misc/distutils. check_lib() was modified to behave