From c30ec028f5fd85ac6b88bb67b9c61493366baaeb Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Tue, 15 Jun 2004 10:11:03 +0000 Subject: [PATCH] Macro to find usleep or equivalent --- SRC/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/configure.ac b/SRC/configure.ac index 82424c2..625a837 100644 --- a/SRC/configure.ac +++ b/SRC/configure.ac @@ -170,7 +170,7 @@ AC_CHECK_FUNCS(gettimeofday socket sigaction strerror, , AC_MSG_ERROR(Missing ma AC_CHECK_FUNCS(poptGetContext, , [AC_CHECK_LIB(popt,poptGetContext, , [AC_MSG_ERROR([Missing popt library, get it from ftp://ftp.rpm.org/pub/rpm/dist/rpm-x.y.z])])]) -AC_CHECK_FUNCS(usleep) +AC_CHECK_FUNCS(usleep) dnl TODO: use the Autoconf macro http://www.gnu.org/software/ac-archive/htmldoc/etr_short_sleep.html AC_CHECK_FUNCS(dlopen, , [AC_CHECK_LIB(dl,dlopen, , [AC_MSG_ERROR([echoping requires dlopen (dynamic loading of libraries) for plugins])])])