]> granicus.if.org Git - graphviz/commitdiff
remove mallopt() detection
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Feb 2021 21:29:06 +0000 (13:29 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Feb 2021 01:32:25 +0000 (17:32 -0800)
Nothing in Graphviz depends on this.

cmake/config_checks.cmake
config-cmake.h.in
configure.ac

index 98d67f86a3cb5ff85a613c67bdb0a1d6018181d0..37df513e78cf5919c22559a6cd3fbd5bf16fdd02 100644 (file)
@@ -29,7 +29,6 @@ check_function_exists( getpagesize      HAVE_GETPAGESIZE    )
 check_function_exists( getenv           HAVE_GETENV         )
 check_function_exists( lrand48          HAVE_LRAND48        )
 check_function_exists( mallinfo         HAVE_MALLINFO       )
-check_function_exists( mallopt          HAVE_MALLOPT        )
 check_function_exists( mstats           HAVE_MSTATS         )
 check_function_exists( setenv           HAVE_SETENV         )
 check_function_exists( setmode          HAVE_SETMODE        )
index 0e3229e9bb1db3219c001e3647c568f99aa395bf..9e03e47dc3d4f278880a8e82482296bf90c64ba6 100644 (file)
@@ -26,7 +26,6 @@
 #cmakedefine HAVE_GETENV
 #cmakedefine HAVE_LRAND48
 #cmakedefine HAVE_MALLINFO
-#cmakedefine HAVE_MALLOPT
 #cmakedefine HAVE_MSTATS
 #cmakedefine HAVE_SETENV
 #cmakedefine HAVE_SETMODE
index 7fffb54e33491d3e5b66f00967dfe50ca69235d6..1c23e7507d5d282356165830ec2e81c17e9ecd38 100644 (file)
@@ -466,7 +466,7 @@ LIBS=$save_LIBS
 
 # Checks for library functions
 AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \
-       cbrt mallopt mallinfo mstats getpagesize \
+       cbrt mallinfo mstats getpagesize \
   ftruncate lseek64 stat64 vfork unlink waitpid select])
 
 AC_REPLACE_FUNCS([strcasestr])