From: cristy Date: Tue, 4 Nov 2014 15:59:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1790 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22007ae1964aac7c5f776f6db6ff9f58ada776ef;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index 7c1e75835..a5119535c 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 "16921:16936M" +#define MagickSVNRevision "16921:16940M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 1,0,0 diff --git a/configure b/configure index f579a8494..f02995afc 100755 --- a/configure +++ b/configure @@ -3703,7 +3703,7 @@ MAGICK_PATCHLEVEL_VERSION=0 MAGICK_VERSION=7.0.0-0 -MAGICK_SVN_REVISION=16921:16936M +MAGICK_SVN_REVISION=16921:16940M # Substitute library versioning @@ -26627,7 +26627,9 @@ $as_echo "" >&6; } passed=0 ac_fn_c_check_header_mongrel "$LINENO" "jemalloc/jemalloc.h" "ac_cv_header_jemalloc_jemalloc_h" "$ac_includes_default" if test "x$ac_cv_header_jemalloc_jemalloc_h" = xyes; then : - passed=`expr $passed + 1`,failed=`expr $failed + 1` + passed=`expr $passed + 1` +else + failed=`expr $failed + 1` fi @@ -26668,7 +26670,9 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jemalloc_malloc_stats_print" >&5 $as_echo "$ac_cv_lib_jemalloc_malloc_stats_print" >&6; } if test "x$ac_cv_lib_jemalloc_malloc_stats_print" = xyes; then : - passed=`expr $passed + 1`,failed=`expr $failed + 1` + passed=`expr $passed + 1` +else + failed=`expr $failed + 1` fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if jemalloc memory allocation library is complete" >&5 diff --git a/configure.ac b/configure.ac index ef52b9983..6ac8a3f11 100755 --- a/configure.ac +++ b/configure.ac @@ -1445,8 +1445,8 @@ if test "$with_jemalloc" != 'no'; then AC_MSG_RESULT() failed=0 passed=0 - AC_CHECK_HEADER([jemalloc/jemalloc.h],[passed=`expr $passed + 1`,failed=`expr $failed + 1`]) - AC_CHECK_LIB(jemalloc,[malloc_stats_print],[passed=`expr $passed + 1`,failed=`expr $failed + 1`],) + AC_CHECK_HEADER([jemalloc/jemalloc.h],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`]) + AC_CHECK_LIB(jemalloc,[malloc_stats_print],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`],) AC_MSG_CHECKING(if jemalloc memory allocation library is complete) if test $passed -gt 0; then if test $failed -gt 0; then