Changeset 823d8e1 for configure.in
- Timestamp:
- 06/29/18 09:49:20 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 47d64ce
- Parents:
- c7f1faf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
re8e9052 r823d8e1 87 87 AC_FUNC_REALLOC 88 88 89 # *BSD doesn't have strndup. Currently provide our own.90 AC_REPLACE_FUNCS(strndup)91 92 93 89 # Checks for typedefs, structures, and compiler characteristics. 94 90 AC_C_CONST … … 126 122 127 123 # Fail if any of these functions are missing 128 AC_CHECK_ FUNCS(socket strdup strlcpy strcasecmp strncasecmp snprintf vsnprintf recvmmsg)124 AC_CHECK_DECLS([socket, strdup, strlcpy, strcasecmp, strncasecmp, snprintf, vsnprintf, recvmmsg, strndup]) 129 125 130 126 AC_CHECK_SIZEOF([long int])
Note: See TracChangeset
for help on using the changeset viewer.