From: Matthew Fernandez Date: Thu, 1 Jul 2021 00:24:44 +0000 (-0700) Subject: remove cbrt configuration check X-Git-Tag: 2.48.0~18^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=549a2a76fe83aef097cfb946024cb1247851dcf7;p=graphviz remove cbrt configuration check Graphviz is built with C99 which requires cbrt. --- 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])