]> granicus.if.org Git - graphviz/commitdiff
remove mstats() detection
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Feb 2021 21:31:12 +0000 (13:31 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Feb 2021 01:32:25 +0000 (17:32 -0800)
Graphviz does not depend on this.

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

index c6f9ecc4bc19cd6c0b4255ee586c72fb566cc615..8c653038c51cdf64f86fa960377b1e01aede95fe 100644 (file)
@@ -28,7 +28,6 @@ check_function_exists( cbrt             HAVE_CBRT           )
 check_function_exists( getpagesize      HAVE_GETPAGESIZE    )
 check_function_exists( getenv           HAVE_GETENV         )
 check_function_exists( lrand48          HAVE_LRAND48        )
-check_function_exists( mstats           HAVE_MSTATS         )
 check_function_exists( setenv           HAVE_SETENV         )
 check_function_exists( setmode          HAVE_SETMODE        )
 check_function_exists( sincos           HAVE_SINCOS         )
index 597aff2497a146439c1e3fca73ddabdd9288ad80..7791f5583ebe382a50010c93afaee4c099e885d2 100644 (file)
@@ -25,7 +25,6 @@
 #cmakedefine HAVE_GETPAGESIZE
 #cmakedefine HAVE_GETENV
 #cmakedefine HAVE_LRAND48
-#cmakedefine HAVE_MSTATS
 #cmakedefine HAVE_SETENV
 #cmakedefine HAVE_SETMODE
 #cmakedefine HAVE_SINCOS
index c8e468812a7417e327e49b4c397fb26036519a58..19bd76eb002ddb1b16cfc370dcb227d0a510243e 100644 (file)
@@ -466,7 +466,7 @@ LIBS=$save_LIBS
 
 # Checks for library functions
 AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \
-       cbrt mstats getpagesize \
+       cbrt getpagesize \
   ftruncate lseek64 stat64 vfork unlink waitpid select])
 
 AC_REPLACE_FUNCS([strcasestr])