X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=8871889f09a867fd9b8ccc4238ae18d574afd016;hp=5290addf2dcdeac08b567341b52606df290ba4e4;hb=7d617f1db05b0646456aaf811395a395b2ed8fc6;hpb=d23e7e44f39c38535796721fac16aec7a507697f diff --git a/configure.ac b/configure.ac index 5290addf2..8871889f0 100644 --- a/configure.ac +++ b/configure.ac @@ -70,6 +70,7 @@ AC_CHECK_FUNCS([ \ strncasecmp strndup strpbrk strrchr strstr strtol strtoul \ strtoull \ ]) + # Babeltrace viewer check AC_ARG_WITH([babeltrace-bin], AS_HELP_STRING([--with-babeltrace-bin], @@ -414,7 +415,11 @@ fi AM_CONDITIONAL([BUILD_JAVA_LOG4J_AGENT], [test "x$build_java_log4j_agent" = "xyes"]) AC_SYS_LARGEFILE + +# C compiler tests AC_PROG_CC +AC_C_INLINE + LT_INIT AC_PROG_YACC AC_PROG_LEX