From f62fe3306ec4a81dc523d62ccad5bf0ec5add1ba Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Sun, 11 Nov 2001 15:25:42 +0000
Subject: [PATCH] small typo in echo statement for libttf.

git-svn-id: http://root.cern.ch/svn/root/trunk@3202 27541ba8-7e3a-0410-8455-c3a389f83636
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 599be05090b..5812a036dab 100755
--- a/configure
+++ b/configure
@@ -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
-- 
GitLab