X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=edcac7bb8c8fbe6048f22bbd9c19dbc14051d160;hb=d38408a01569e3e5a7c06cb22f17b19de2928dec;hp=04e6f447e7c0410a502b65a3656b53c1797c2373;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git 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)