From e344a85efa4fe69df6bd07c466d702ac865eb12c Mon Sep 17 00:00:00 2001 From: Cristy Date: Wed, 11 Sep 2019 08:11:52 -0400 Subject: [PATCH] ... --- configure | 6 +++--- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index b3726f917..f286adf14 100755 --- a/configure +++ b/configure @@ -4576,7 +4576,7 @@ MAGICK_PATCHLEVEL_VERSION=65 MAGICK_VERSION=7.0.8-65 -MAGICK_GIT_REVISION=16115:55abbb402:20190911 +MAGICK_GIT_REVISION=16116:2acd478bb:20190911 # Substitute library versioning @@ -22894,7 +22894,7 @@ else fi -# Enable use of tcmalloc library. +# Enable use of TCMalloc library. # Check whether --with-tcmalloc was given. if test "${with_tcmalloc+set}" = set; then : @@ -28477,7 +28477,7 @@ if test "$enable_efence" = 'yes'; then fi # -# Check for tcmalloc library +# Check for TCMalloc library # have_tcmalloc='no' TCMALLOC_LIBS='' diff --git a/configure.ac b/configure.ac index effce28f8..56b1992b8 100644 --- a/configure.ac +++ b/configure.ac @@ -731,7 +731,7 @@ AC_ARG_ENABLE([efence], [enable_efence=$enableval], [enable_efence='no']) -# Enable use of tcmalloc library. +# Enable use of TCMalloc library. AC_ARG_WITH(tcmalloc, AS_HELP_STRING([--with-tcmalloc], [enable 'tcmalloc' memory debug support]), @@ -1554,7 +1554,7 @@ if test "$enable_efence" = 'yes'; then fi # -# Check for tcmalloc library +# Check for TCMalloc library # have_tcmalloc='no' TCMALLOC_LIBS='' -- 2.40.0