Skip to content
Snippets Groups Projects
Commit f62fe330 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

small typo in echo statement for libttf.

git-svn-id: http://root.cern.ch/svn/root/trunk@3202 27541ba8-7e3a-0410-8455-c3a389f83636
parent c2954e98
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ if [ "x$enable_ttf" != "xno" -a "$arch" != "win32" ]; then
unset ttfheaders
unset ttfincdirs
echo $ac_n "Checking for ttf library ... $ac_c"
echo $ac_n "Checking for libttf ... $ac_c"
if [ "x$ttflibdir" != "x" ]; then
# If the user gave an explixit path, then check it
libdirs=$ttflibdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment