X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=edd3c20934744ef49d0461f86436613f7b114843;hb=97b58163ffe6cced54c3d37ae79d4113a9d26455;hp=294d457524b153895200ed285f34d08df56810da;hpb=9501d22f55b3a23f382f631c99b2325d1419b5da;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 294d4575..edd3c209 100644 --- a/configure.ac +++ b/configure.ac @@ -110,13 +110,6 @@ AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol sched_getcpu sysconf] CFLAGS="-Wall $CFLAGS" -# Check for texinfo, required for building the documentation -# TODO: make this (and building the documentation) optional -AC_CHECK_PROG([TEXINFO], [makeinfo], [yes]) -AS_IF([test "x$TEXINFO" != "xyes"],[ - AC_MSG_ERROR([Please install the 'texinfo' program and make sure 'makeinfo' is in the PATH.]) -]) - # URCU # urcu - check if we just find the headers it out of the box.