SVN revision: 7429
This commit is contained in:
Carsten Haitzler 2003-09-08 01:56:17 +00:00
parent 468fa7fe3a
commit 4ed06fdff1
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -19,7 +19,7 @@ Imlib2 requires several libraries to be already installed. These are:
libjpeg http://www.ijg.org/
libpng http://www.libpng.org/pub/png/libpng.html
freetype 1.2 http://www.freetype.org/
freetype 2.1.x http://www.freetype.org/
For examples of this library in use, seek:

View File

@ -22,7 +22,7 @@ AC_ARG_WITH(freetype-config,
])
if [ test -z $PROG_CONFIG ]; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "You may need to install the librarya and/or development packages";
echo "You may need to install the library and/or development packages";
echo "that contain this configure-script.";
echo "FATAL ERROR. ABORT.";
exit -1;

View File

@ -19,7 +19,7 @@ AC_ARG_WITH(freetype-config,
])
if [ test -z $PROG_CONFIG ]; then
echo $PROG " is not in your \$PATH. Please ensure it is.";
echo "You may need to install the librarya and/or development packages";
echo "You may need to install the library and/or development packages";
echo "that contain this configure-script.";
echo "FATAL ERROR. ABORT.";
exit -1;