From 401685e62addfe47dccf09422a0137cd4184b0d2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 20 Jun 2012 16:00:34 -0400 Subject: [PATCH] Fix: remove unused texinfo dep from configure.ac Fixes #274 Signed-off-by: Mathieu Desnoyers --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.34.1