Revert accidently renaming of UNIFONT_BDF in configure.ac

This commit is contained in:
Felix Zielcke 2009-11-20 21:13:50 +01:00
parent a797824f12
commit 68b44b1d2d
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ fi
for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz ; do
if test -e $file ; then
AC_SUBST([UNIFONT_INPUTFILE], [$file])
AC_SUBST([UNIFONT_BDF], [$file])
break
fi
done