diff options
author | unknown <serg@sergbook.mysql.com> | 2002-08-13 15:18:11 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-08-13 15:18:11 +0200 |
commit | 9c448bcc7e48293cb2ce67859340468de77ff287 (patch) | |
tree | ba653527f1e095adf435ff26d827d78504b63b2c /configure.in | |
parent | d49f3c08cd42a36649ee83ac6c5e6052498305d3 (diff) | |
download | mariadb-git-9c448bcc7e48293cb2ce67859340468de77ff287.tar.gz |
disable "dvi" target in TeX is not installed
BitKeeper/deleted/.del-stamp-h.in~d3fb1119ddf3630f:
Delete: stamp-h.in
BitKeeper/etc/ignore:
Added stamp-h.in to the ignore list
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 460c5e73abe..d476f414fb9 100644 --- a/configure.in +++ b/configure.in @@ -172,6 +172,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' # Not critical since the generated file is distributed AC_PROG_YACC AC_CHECK_PROG(PDFMANUAL, pdftex, manual.pdf) +AC_CHECK_PROG(DVIS, tex, manual.dvi) AC_MSG_CHECKING("return type of sprintf") |