mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Update configure.ac with a few new functions to check for
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
d317acaee8
commit
a7f417f35c
@ -116,7 +116,10 @@ AC_FUNC_REALLOC
|
||||
AC_TYPE_SIGNAL
|
||||
AC_FUNC_STAT
|
||||
AC_FUNC_STRFTIME
|
||||
AC_CHECK_FUNCS([getcwd getmntent gettimeofday memmove memset mkdir realpath regcomp rmdir setenv setlocale sqrt strcasecmp strchr strdup strerror strndup strrchr strstr strverscmp uname])
|
||||
AC_FUNC_VPRINTF
|
||||
AC_CHECK_FUNCS([getcwd gettimeofday memmove memset mkdir realpath regcomp \
|
||||
rmdir setenv setlocale sqrt strcasecmp strchr strdup strerror \
|
||||
strndup strrchr strstr strverscmp uname mtrace geteuid])
|
||||
|
||||
# Host-dependant flags
|
||||
case "${host}" in
|
||||
|
Loading…
Reference in New Issue
Block a user