From 549a2a76fe83aef097cfb946024cb1247851dcf7 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 30 Jun 2021 17:24:44 -0700 Subject: [PATCH] remove cbrt configuration check Graphviz is built with C99 which requires cbrt. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 68634d429..0bceb48a3 100644 --- a/configure.ac +++ b/configure.ac @@ -467,7 +467,7 @@ LIBS=$save_LIBS # Checks for library functions AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \ - cbrt getpagesize \ + getpagesize \ ftruncate lseek64 stat64 select]) AC_REPLACE_FUNCS([strcasestr]) -- 2.40.0