From 766e74511e7c99d3d224e15b5f8a8afb5d154ea5 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Wed, 21 Mar 2012 10:05:33 +0530 Subject: [PATCH] bug #1639: Change comment in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a288c59c48..2f64dd5b55 100644 --- a/configure.ac +++ b/configure.ac @@ -930,7 +930,7 @@ EV_SET(&kevent, 0, 0, 0, 0, 0, udata);], ]) fi -# Check for pselect() for use in perfdhcp +# Check for functions that are not available on all platforms AC_CHECK_FUNCS([pselect]) # perfdhcp: If the clock_gettime() function does not exist on the system,