* configure.ac (AC_CHECK_FUNCS): Sorted/expanded.

Signed-off-by: Mike Frysinger <[email protected]>
---
cuts down on conflicts/rejects when people add more funcs to check

 configure.ac |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8c05048..95f769e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,20 @@ if test x$opsys != xlinux; then
 AC_CHECK_LIB(nsl, main)
 fi
 
-AC_CHECK_FUNCS(sigaction strerror strsignal pread sys_siglist _sys_siglist 
getdents mctl prctl sendmsg inet_ntop if_indextoname)
+AC_CHECK_FUNCS([ \
+       getdents \
+       if_indextoname \
+       inet_ntop \
+       mctl \
+       prctl \
+       pread \
+       sendmsg \
+       sigaction \
+       strerror \
+       strsignal \
+       sys_siglist \
+       _sys_siglist \
+])
 AC_CHECK_HEADERS([ \
        inttypes.h \
        ioctls.h \
-- 
1.6.5.rc2


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to