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.1.0-rc1~54 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=59df18ab09d8254d817852ac08cbd74f5cb5f7d0;p=lttng-ust.git Fix: remove unused texinfo dep from configure.ac Fixes #274 Signed-off-by: Mathieu Desnoyers --- 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.