Browse Source

configure: Check that texi2html supports --init-file

Fixes ticket #1515
tags/n1.0
jamal Stefano Sabatini 13 years ago
parent
commit
2090e40410
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -3385,7 +3385,7 @@ else
fi
enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs

texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html
makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man



Loading…
Cancel
Save