]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <mikayla-grace@urban-warrior.org>
Wed, 11 Sep 2019 12:11:52 +0000 (08:11 -0400)
committerCristy <mikayla-grace@urban-warrior.org>
Wed, 11 Sep 2019 12:11:52 +0000 (08:11 -0400)
configure
configure.ac

index b3726f917ed02b53db82ab390b76e9c114fa1624..f286adf140d675d563f88cfa4272413c689c90a0 100755 (executable)
--- 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=''
index effce28f8301fa39c460979cbbbace27e1bdf721..56b1992b84f1d8ba69c7bee3aadb6f31d5265349 100644 (file)
@@ -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=''