From c83c2cc15f64b9d98ba697a5f7359e3244812d9c Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 6 Jun 2015 16:35:26 +0000 Subject: [PATCH] --- configure | 8 ++++---- configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index b644896cc..21f208e24 100755 --- a/configure +++ b/configure @@ -4387,7 +4387,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=18759:18773M +MAGICK_SVN_REVISION=18759:18775M # Substitute library versioning @@ -29356,9 +29356,9 @@ if test "$have_djvu" = 'yes'; then $as_echo "#define DJVU_DELEGATE 1" >>confdefs.h - DJVU_CFLAGS="$DDJVUAPI_CFLAGS" - DJVU_LIBS="$DDJVUAPI_LIBS" - CFLAGS="$DDJVUAPI_CFLAGS $CFLAGS" + DJVU_CFLAGS="$ddjvuapi_CFLAGS" + DJVU_LIBS="$ddjvuapi_LIBS" + CFLAGS="$ddjvuapi_CFLAGS $CFLAGS" fi if test "$have_djvu" = 'yes'; then diff --git a/configure.ac b/configure.ac index 2c72cfceb..707bcdbfc 100755 --- a/configure.ac +++ b/configure.ac @@ -1940,9 +1940,9 @@ fi if test "$have_djvu" = 'yes'; then AC_DEFINE(DJVU_DELEGATE,1,Define if you have DJVU library) - DJVU_CFLAGS="$DDJVUAPI_CFLAGS" - DJVU_LIBS="$DDJVUAPI_LIBS" - CFLAGS="$DDJVUAPI_CFLAGS $CFLAGS" + DJVU_CFLAGS="$ddjvuapi_CFLAGS" + DJVU_LIBS="$ddjvuapi_LIBS" + CFLAGS="$ddjvuapi_CFLAGS $CFLAGS" fi AM_CONDITIONAL(DJVU_DELEGATE, test "$have_djvu" = 'yes') -- 2.40.0