Fix: remove unused texinfo dep from configure.ac
[lttng-ust.git] / configure.ac
index 294d457524b153895200ed285f34d08df56810da..edd3c20934744ef49d0461f86436613f7b114843 100644 (file)
@@ -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.
This page took 0.023659 seconds and 4 git commands to generate.