[poppler] configure.ac

Adrian Johnson ajohnson at kemper.freedesktop.org
Sat Feb 25 01:10:40 PST 2012


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a5deb0a86ad227cce3f85b1f58a9b86755cd812
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Sat Feb 25 19:39:02 2012 +1030

    autoconf: PKG_CHECK_EXISTS should not have the variable prefix in the first argument

diff --git a/configure.ac b/configure.ac
index e90632d..9c07e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,9 +177,9 @@ if test x$enable_libopenjpeg = xyes; then
   AC_SUBST(LIBOPENJPEG_CFLAGS)
   AC_SUBST(LIBOPENJPEG_LIBS)
   AC_DEFINE(ENABLE_LIBOPENJPEG)
-  PKG_CHECK_EXISTS(LIBOPENJPEG, libopenjpeg >= 1.5,
+  PKG_CHECK_EXISTS(libopenjpeg >= 1.5,
       [AC_DEFINE(WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG, 1, [OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag.])],
-      []);
+      [])
 fi
 
 AM_CONDITIONAL(BUILD_LIBOPENJPEG, test x$enable_libopenjpeg = xyes)


More information about the poppler mailing list