configure.in: Check for sync()
This commit is contained in:
parent
c944c8c0b3
commit
97b48ccb12
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ AC_FUNC_STAT
|
|||
AC_CHECK_FUNCS(basename, , AC_CHECK_LIB(gen, basename, LIBS="$LIBS -lgen"))
|
||||
AC_CHECK_FUNCS(catclose catgets catopen getpid gettimeofday memset mkdir \
|
||||
nl_langinfo putenv regcomp select setenv setlocale sigaction snprintf \
|
||||
sqrt strcasecmp strcasestr strchr strstr strtol strtoul vsnprintf)
|
||||
sqrt strcasecmp strcasestr strchr strstr strtol strtoul sync vsnprintf)
|
||||
|
||||
dnl The autoconf test for strftime is broken now (due to gcc 3.3 bug?):
|
||||
dnl Gcc 3.3 testprog = ``extern "C" char strftime;'', build with g++ test.cc
|
||||
|
|
Loading…
Reference in a new issue