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
1 changed files with 4 additions and 1 deletions
|
@ -116,7 +116,10 @@ AC_FUNC_REALLOC
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_FUNC_STAT
|
AC_FUNC_STAT
|
||||||
AC_FUNC_STRFTIME
|
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
|
# Host-dependant flags
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue