Revert accidently renaming of UNIFONT_BDF in configure.ac
This commit is contained in:
parent
a797824f12
commit
68b44b1d2d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ fi
|
||||||
|
|
||||||
for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz ; do
|
for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz ; do
|
||||||
if test -e $file ; then
|
if test -e $file ; then
|
||||||
AC_SUBST([UNIFONT_INPUTFILE], [$file])
|
AC_SUBST([UNIFONT_BDF], [$file])
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue