From: kramm Date: Tue, 23 Oct 2001 06:07:34 +0000 (+0000) Subject: fixed typos. X-Git-Tag: release-0-0-2~20 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=ec66f87537771d67b8c765facf72babce2cf59c4 fixed typos. --- diff --git a/configure.in b/configure.in index 04e6f44..edcac7b 100644 --- a/configure.in +++ b/configure.in @@ -23,8 +23,8 @@ dnl Checks for programs. dnl Checks for libraries. AC_CHECK_LIB(m, sin,, echo "Error: Math library not found.";exit) - AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, echo "Error: The jpeg library jpeglib is required.";exit) - AC_CHECK_LIB(z, crc32,, echo "Error: The zlib compressiong handling library is required.";exit) + AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, echo "Error: The jpeg library 'jpeglib' is required.";exit) + AC_CHECK_LIB(z, crc32,, echo "Error: The zlib compression library is required.";exit) AC_CHECK_LIB(t1, T1_LoadFont,,echo "Error: the T1lib truetype handling library is required.";exit) dnl do we need those? AC_CHECK_LIB(pthread, pthread_create)