Lines Matching +refs:cc +refs:check +refs:functions
6 # 2024-01-16 fix to add -l:libssp.a to -lcrypto link check.
7 # and check for getaddrinfo with only header.
8 # 2024-01-15 fix to add crypt32 to -lcrypto link check when checking for gdi32.
26 # 2015-12-11 FLTO check for new OSX, clang.
27 # 2015-11-18 spelling check fix.
45 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
47 # 2010-07-02 Add check for ss_family (for minix).
61 # Documentation for functions is below.
68 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag.
71 # ACX_DEPFLAG - find cc dependency flags.
73 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax.
74 # ACX_CHECK_UNUSED_ATTRIBUTE - find cc variable unused syntax.
75 # ACX_CHECK_FLTO - see if cc supports -flto and use it if so.
93 # ACX_FUNC_MALLOC - check malloc, define replacement .
118 # ACX_CHECK_MEMCMP_SIGNED - check if memcmp uses signed characters.
120 # ACX_CHECK_SS_FAMILY - check for sockaddr_storage.ss_family
121 # ACX_CHECK_PIE - add --enable-pie option and check if works
122 # ACX_CHECK_RELRO_NOW - add --enable-relro-now option and check it
139 dnl Routine to help check for compiler flags.
141 dnl $1: the flag without a - in front, so g to check -g.
179 dnl Routine to help check for needed compiler flags.
371 # check again for GNU_SOURCE for setresgid. May fail if setresgid
372 # is not available at all. -D_FRSRESGID is to make this check unique.
463 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "format" attribute)
497 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "unused" attribute)
555 dnl Perform libtool check, portably, only for C
653 dnl Takes one argument; the withval checked in those 2 functions
726 # check if -lwsock32 or -lgdi32 are needed.
823 AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl=pathname],[enable SSL (will check /usr/local/ssl
841 AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl=pathname],[enable SSL (will check /usr/local/ssl
853 # check if libssl needs libdl
969 dnl check if a function is deprecated. defines DEPRECATED_func in config.h.
1003 dnl check if select and nonblocking sockets actually work.
1175 # check ioctlsocket
1436 dnl check if memcmp is using signed characters and replace if so.
1468 dnl ACX_CHECK_SS_FAMILY - check for sockaddr_storage.ss_family