* configure.ac: Fix djvu font detection.
This commit is contained in:
parent
7026b0e278
commit
501b9e4bf4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-05-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac: Fix djvu font detection.
|
||||||
|
|
||||||
2012-05-23 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-05-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/normal/misc.c (grub_normal_print_device_info): Dsiplay
|
* grub-core/normal/misc.c (grub_normal_print_device_info): Dsiplay
|
||||||
|
|
|
@ -938,7 +938,7 @@ if test x$enable_grub_mkfont = xno; then
|
||||||
starfield_excuse="No grub-mkfont"
|
starfield_excuse="No grub-mkfont"
|
||||||
fi
|
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 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
|
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
|
if test -f "$dir/DejaVuSans.$ext"; then
|
||||||
|
|
Loading…
Reference in a new issue