From: Mike Frysinger Date: Wed, 7 Oct 2009 05:05:12 +0000 (-0400) Subject: * configure.ac (AC_CHECK_FUNCS): Sort and expand. X-Git-Tag: v4.5.19~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24ab9600b6b17937514cc9f935cb7390eea0f1e8;p=strace * configure.ac (AC_CHECK_FUNCS): Sort and expand. Signed-off-by: Mike Frysinger --- diff --git a/configure.ac b/configure.ac index 8c050483..95f769e4 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 \