diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d90921cae..07d728a78 100644 --- a/configure.ac +++ b/configure.ac @@ -1383,7 +1383,7 @@ AC_CHECK_FUNCS([waitpid wait4 sigaction sigprocmask pipe getaddrinfo]) AC_CHECK_FUNCS([ttyname rand ftello fsync stat lstat]) AC_CHECK_FUNCS([memicmp stpcpy strsep strlwr strtoul memmove stricmp strtol \ memrchr isascii timegm getrusage setrlimit stat setlocale \ - flockfile funlockfile fopencookie funopen getpwnam getpwuid \ + flockfile funlockfile getpwnam getpwuid \ getenv inet_pton strpbrk]) if test "$have_android_system" = yes; then |