From: Michael Jeanson Date: Thu, 11 May 2017 19:20:43 +0000 (-0400) Subject: Cleanup: merge two instances of AC_CHECK_FUNCS X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=85ce30d3adaf3e860db0f0dc36acfcc79c3731c1 Cleanup: merge two instances of AC_CHECK_FUNCS Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index 549d91a58..53d47d171 100644 --- a/configure.ac +++ b/configure.ac @@ -132,6 +132,7 @@ AC_CHECK_FUNCS([ \ mkdir munmap putenv realpath rmdir socket strchr strcspn strdup \ strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \ strtoull dirfd gethostbyname2 getipnodebyname epoll_create1 \ + sched_getcpu sysconf sync_file_range ]) # Check if clock_gettime, timer_create, timer_settime, and timer_delete are available in lib rt, and if so, @@ -464,7 +465,6 @@ AS_IF([test "x$with_lttng_ust" = "xyes"], AM_CONDITIONAL([HAVE_LIBLTTNG_UST_CTL], [test "x$with_lttng_ust" = "xyes"]) -AC_CHECK_FUNCS([sched_getcpu sysconf sync_file_range]) # check for dlopen AC_CHECK_LIB([dl], [dlopen],