* configure.ac: Fix djvu font detection.
This commit is contained in:
parent
7026b0e278
commit
501b9e4bf4
2 changed files with 5 additions and 1 deletions
|
@ -938,7 +938,7 @@ if test x$enable_grub_mkfont = xno; then
|
|||
starfield_excuse="No grub-mkfont"
|
||||
fi
|
||||
|
||||
if test x"$starfield_excuse" != x; then
|
||||
if test x"$starfield_excuse" = x; then
|
||||
for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
|
||||
for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu; do
|
||||
if test -f "$dir/DejaVuSans.$ext"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue