Skip to content

Commit

Permalink
configure: autoconf needs <string.h> to find mem*() functions.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1916275 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Mar 13, 2024
1 parent 8986864 commit c2084d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,7 @@ AC_CHECK_FUNCS(mmap, [ mmap="1" ], [ mmap="0" ])
if test "$native_mmap_emul" = "1"; then
mmap="1"
fi
AC_CHECK_HEADERS([string.h])
AC_CHECK_FUNCS(memmem, [ have_memmem="1" ], [have_memmem="0" ])
AC_CHECK_FUNCS(memmove, [ have_memmove="1" ], [have_memmove="0" ])
AC_CHECK_FUNCS([getpass getpassphrase gmtime_r localtime_r])
Expand Down

0 comments on commit c2084d8

Please sign in to comment.