* configure.ac: Add SuSe path.

This commit is contained in:
Jiri Slaby 2012-09-05 16:09:41 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent f0f5575291
commit 8e832f715b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-09-05 Jiri Slaby <jslaby@suse.cz>
* configure.ac: Add SuSe path.
2012-09-05 Colin Watson <cjwatson@ubuntu.com>
* NEWS: Fix typo.

View File

@ -242,7 +242,7 @@ fi
FONT_SOURCE=
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/unifont; do
for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni; do
if test -f "$dir/unifont.$ext"; then
FONT_SOURCE="$dir/unifont.$ext"
break 2