*/
#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
MAGICK_VERSION=7.0.0-0
-MAGICK_SVN_REVISION=16921:16936M
+MAGICK_SVN_REVISION=16921:16940M
# Substitute library versioning
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
{ $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
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