pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Re: build


From: jemarch
Subject: Re: [pdf-devel] Re: build
Date: Sun, 07 Dec 2008 19:37:48 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

   I found the script for checking libgcrypt in configure file. So we
   should use the same way for libjpeg , right? It seems no reason for
   another way...

libgcrypt is a special case: it uses a custom AM_PATH_LIBGCRYPT
macro. You can take a look to the code used for jbig2dec:

   have_jbig2dec=no
   AC_CHECK_LIB([jbig2dec],[jbig2_ctx_new],[have_jbig2dec=yes],,)

   if test "x$have_jbig2dec" = "xyes"; then
      LIBS="-ljbig2dec $LIBS"
      AC_DEFINE([HAVE_JBIG2DEC], [1], [The jbig2dec library is available])
   fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]