diff options
Diffstat (limited to 'graphics/asymptote/config.h.in')
-rw-r--r-- | graphics/asymptote/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/asymptote/config.h.in b/graphics/asymptote/config.h.in index fd317eab6b..891681e848 100644 --- a/graphics/asymptote/config.h.in +++ b/graphics/asymptote/config.h.in @@ -21,6 +21,9 @@ /* Define to 1 if you have the <editline/readline.h> header file. */ #undef HAVE_EDITLINE_READLINE_H +/* Define to 1 if you have the <Eigen/Dense> header file. */ +#undef HAVE_EIGEN_DENSE + /* Define to 1 if you have the `feenableexcept' function. */ #undef HAVE_FEENABLEEXCEPT |