From: Michael Jeanson Date: Thu, 11 May 2017 19:20:43 +0000 (-0400) Subject: Cleanup: merge two instances of AC_CHECK_FUNCS X-Git-Tag: v2.10.0-rc2~20 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=510ece3f8cfa9603f8866ba2686ee12d112acc9f;p=lttng-tools.git 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 6773a8714..5ee539766 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, @@ -459,7 +460,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],