aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25961dd3..6c9b447c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ AC_CHECK_PROG([AR], [ar], [ar], [AC_MSG_ERROR([program 'ar' is missing])])
AC_PATH_PROG([LATEX], [latex])
AC_CHECK_PROGS([MAKEINDEX], [makeindex])
if test -n "$LATEX"; then \
- axiom_src_all="$axiom_src_all all-book"
+ :
else
AC_MSG_NOTICE([Documentation is disabled.])
fi