From: cristy Date: Wed, 5 Mar 2014 00:25:29 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7f73ad6e06ba19f4492d64ecee191134ee1f081;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index 9b5ee2c71..72a8cd21a 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,7 +27,7 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2014 ImageMagick Studio LLC" -#define MagickSVNRevision "15015M" +#define MagickSVNRevision "15015:15016M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 1,0,0 diff --git a/configure b/configure index 6fb46fca1..572f6f1ef 100755 --- a/configure +++ b/configure @@ -3698,7 +3698,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=15015M +MAGICK_SVN_REVISION=15015:15016M # Substitute library versioning @@ -28890,6 +28890,8 @@ fi have_fpx='no' FPX_LIBS='' +SAVED_LIBS=${LIBS} +LIBS=${LIBS/-ldjvulibre/} if test "$with_fpx" != 'no'; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: -------------------------------------------------------------" >&5 $as_echo "-------------------------------------------------------------" >&6; } @@ -28971,7 +28973,6 @@ $as_echo "no -- some components failed test" >&6; } have_fpx='no (failed tests)' else FPX_LIBS='-lfpx' - LIBS="$FPX_LIBS $LIBS" $as_echo "#define FPX_DELEGATE 1" >>confdefs.h @@ -28994,6 +28995,7 @@ else fi +LIBS=${SAVED_LIBS} # diff --git a/configure.ac b/configure.ac index d34e73885..420f76e9a 100755 --- a/configure.ac +++ b/configure.ac @@ -1924,6 +1924,8 @@ fi have_fpx='no' FPX_LIBS='' +SAVED_LIBS=${LIBS} +LIBS=${LIBS/-ldjvulibre/} if test "$with_fpx" != 'no'; then AC_MSG_RESULT([-------------------------------------------------------------]) AC_MSG_CHECKING([for FlashPIX]) @@ -1941,7 +1943,6 @@ if test "$with_fpx" != 'no'; then have_fpx='no (failed tests)' else FPX_LIBS='-lfpx' - LIBS="$FPX_LIBS $LIBS" AC_DEFINE(FPX_DELEGATE,1,Define if you have FlashPIX library) AC_MSG_RESULT([yes]) have_fpx='yes' @@ -1953,6 +1954,7 @@ if test "$with_fpx" != 'no'; then fi AM_CONDITIONAL(FPX_DELEGATE, test "$have_fpx" = 'yes') AC_SUBST(FPX_LIBS) +LIBS=${SAVED_LIBS} dnl ===========================================================================