]> granicus.if.org Git - graphviz/commitdiff
remove cbrt configuration check
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Jul 2021 00:24:44 +0000 (17:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Jul 2021 18:47:30 +0000 (11:47 -0700)
Graphviz is built with C99 which requires cbrt.

configure.ac

index 68634d4293b150be69133dc8d02bbd7b019ac170..0bceb48a3be197bd84f5c227ddf4de748f48bd2a 100644 (file)
@@ -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])