From: kramm Date: Sun, 28 Oct 2001 21:56:47 +0000 (+0000) Subject: * removed the checks for X11 and pthread, as they aren't used at the moment. X-Git-Tag: release-0-1-0~93 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=cb1ea4ac6aa87051cd59cb6340f09c37051fa51f * removed the checks for X11 and pthread, as they aren't used at the moment. * don't fail if zlib isn't found --- diff --git a/configure.in b/configure.in index d26ef63..b3ba5d2 100644 --- a/configure.in +++ b/configure.in @@ -30,7 +30,6 @@ dnl Checks for libraries. echo "Error: The zlib compression library is required." DISABLEPDF2SWF=true; MISSINGLIBS="${MISSINGLIBS} zlib" - exit; ) AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, DISABLEPDF2SWF=true; @@ -43,8 +42,8 @@ dnl Checks for libraries. ) dnl do we need those? - AC_CHECK_LIB(pthread, pthread_create) - AC_CHECK_LIB(X11, XFlush) +dnl AC_CHECK_LIB(pthread, pthread_create) +dnl AC_CHECK_LIB(X11, XFlush) dnl Checks for header files. AC_CONFIG_HEADER(config.h)