X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=e80ccc8b43a3bf8d040472f1e1f79134d486705d;hp=4cefd8c90e8944c399f2123cd528f20b16d8596c;hb=11a2fd460f033afa2d5f41a70eb1fd3a84fcf89d;hpb=18ecc6aedf929c6aeba25aa1f1c06d246f349c2b diff --git a/configure.ac b/configure.ac index 4cefd8c90..e80ccc8b4 100644 --- a/configure.ac +++ b/configure.ac @@ -66,10 +66,10 @@ AC_CHECK_HEADERS([ \ # Basic functions check AC_CHECK_FUNCS([ \ - atexit bzero clock_gettime dup2 fdatasync ftruncate \ + atexit bzero clock_gettime dup2 fdatasync fls ftruncate \ gethostbyname gethostname getpagesize localtime_r memchr memset \ mkdir munmap putenv realpath rmdir socket strchr strcspn strdup \ - strncasecmp strndup strpbrk strrchr strstr strtol strtoul \ + strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \ strtoull \ ]) @@ -362,6 +362,8 @@ else fi +AX_LIB_SOCKET_NSL + # Epoll check. If not present, the build will fallback on poll() API AX_HAVE_EPOLL( [AX_CONFIG_FEATURE_ENABLE(epoll)],