View | Details | Raw Unified | Return to bug 615 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-3 / +3 lines)
Lines 663-671 AC_CHECK_FUNCS(\ Link Here
663
	truncate utimes vhangup vsnprintf waitpid \
663
	truncate utimes vhangup vsnprintf waitpid \
664
)
664
)
665
665
666
AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))
667
AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME))
668
669
dnl Make sure prototypes are defined for these before using them.
666
dnl Make sure prototypes are defined for these before using them.
670
AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)])
667
AC_CHECK_DECL(strsep, [AC_CHECK_FUNCS(strsep)])
671
AC_CHECK_DECL(getrusage, [AC_CHECK_FUNCS(getrusage)])
668
AC_CHECK_DECL(getrusage, [AC_CHECK_FUNCS(getrusage)])
Lines 706-711 int main(int argc, char **argv) { Link Here
706
		fi
703
		fi
707
	])
704
	])
708
])
705
])
706
707
AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))
708
AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME))
709
709
710
dnl    Checks for time functions
710
dnl    Checks for time functions
711
AC_CHECK_FUNCS(gettimeofday time)
711
AC_CHECK_FUNCS(gettimeofday time)

Return to bug 615