From: Mathieu Desnoyers Date: Wed, 20 Jun 2012 20:00:34 +0000 (-0400) Subject: Fix: remove unused texinfo dep from configure.ac X-Git-Tag: v2.0.5~4 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=401685e62addfe47dccf09422a0137cd4184b0d2 Fix: remove unused texinfo dep from configure.ac Fixes #274 Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index c2e80755..5f4780cd 100644 --- a/configure.ac +++ b/configure.ac @@ -78,13 +78,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.