Description: Add support for building against FLINT 3
Bug: https://github.com/gyoto/Gyoto/issues/15
Bug-Debian: https://bugs.debian.org/1059137
Forwarded: https://github.com/gyoto/Gyoto/pull/16
Author: Doug Torrance <dtorrance@debian.org>
Last-Update: 2024-01-08

--- a/configure.ac
+++ b/configure.ac
@@ -507,7 +507,8 @@
 )
 AC_MSG_RESULT([$arblib_ldflags])
 GYOTO_ARG_LIB(arblib, arblib, $arblib_ldflags,
-	      [#include <acb_hypgeom.h>],
+	      [#include <acb.h>
+	       #include <acb_hypgeom.h>],
 	      [double hypergeom = 0., rad=0., kappaIndex=5., thetae=1;
   	 acb_t FF, aa, bb, cc, zed;
 	 acb_init(FF);
--- a/lib/Utils.C
+++ b/lib/Utils.C
@@ -44,6 +44,7 @@
 #endif
 
 #if defined GYOTO_USE_ARBLIB
+# include <acb.h>
 # include <acb_hypgeom.h>
 #elif defined GYOTO_USE_AEAE
 # include <complex>
