Fix: remove unused texinfo dep from configure.ac
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Jun 2012 20:00:34 +0000 (16:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Jun 2012 20:01:13 +0000 (16:01 -0400)
Fixes #274

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index c2e807555210828fc3750173f4846c17176e89fe..5f4780cdf6330a13ae02595c564f74ec7a53fe57 100644 (file)
@@ -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.
This page took 0.024475 seconds and 4 git commands to generate.