mkc_check_funclib
detects presense of function in a library.
- Provided by: mk-configure (Version: 0.37.0-2)
- Report a bug
detects presense of function in a library.
mkc_check_funclib <functionname>
[libraries...]
mkc_check_funclib -h
mkc_check_funclib detects presense of function in a library by compiling and linking a test program. As a result it prints either 1 (true) or 0 (false) to stdout.
mkc_check_funclib dlopen dl mkc_check_funclib dlopen mkc_check_funclib strlcpy mkc_check_funclib select socket
Aleksey Cheusov <vle@gmx.net>