From: cristy Date: Thu, 22 Dec 2011 14:55:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3f8b8ef8d3e90f4ac037a967dd2d76c168e25a6;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index d1ac266c2..4c9a7422f 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,14 +27,14 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC" -#define MagickSVNRevision "6216" +#define MagickSVNRevision "6244" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 7,0,0 #define MagickLibAddendum "-0" #define MagickLibInterface 7 #define MagickLibMinInterface 7 -#define MagickReleaseDate "2011-12-18" +#define MagickReleaseDate "2011-12-22" #define MagickChangeDate "20110801" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) diff --git a/config/configure.xml b/config/configure.xml index 48dde769c..d05f32540 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -10,8 +10,8 @@ - - + + diff --git a/configure b/configure index 50ad9a965..20fc7c877 100755 --- a/configure +++ b/configure @@ -3610,7 +3610,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=6216 +MAGICK_SVN_REVISION=6244 @@ -9368,7 +9368,7 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext done - if test "X$ax_cv_check_cl_libcl" = Xno -a X$no_x = Xyes; then : + if test "X$ax_cv_check_cl_libcl" = Xno; then : LIBS='-Wl,-framework,OpenCL' cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ diff --git a/m4/ax_opencl.m4 b/m4/ax_opencl.m4 index f41dad808..28c17a762 100644 --- a/m4/ax_opencl.m4 +++ b/m4/ax_opencl.m4 @@ -98,7 +98,7 @@ if test "$disable_opencl" = 'yes'; then [ax_cv_check_cl_libcl="$ax_try_lib $ax_check_cl_dylib_flag"; break])])]) done - AS_IF([test "X$ax_cv_check_cl_libcl" = Xno -a X$no_x = Xyes], + AS_IF([test "X$ax_cv_check_cl_libcl" = Xno], [LIBS='-Wl,-framework,OpenCL' AC_LINK_IFELSE([AX_OPENCL_PROGRAM], [ax_cv_check_cl_libcl=$LIBS])])