diff options
author | Norbert Preining <norbert@preining.info> | 2020-03-04 03:02:32 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-03-04 03:02:32 +0000 |
commit | 19d25b8009801aa98ea2f46b45c37c257f990491 (patch) | |
tree | c0da70fbab26feff40e87df289ae797917df8419 /graphics/asymptote/common.h | |
parent | b78f5a6705512314d6fe42fd5144c5f8e5d484ce (diff) |
CTAN sync 202003040302
Diffstat (limited to 'graphics/asymptote/common.h')
-rw-r--r-- | graphics/asymptote/common.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/asymptote/common.h b/graphics/asymptote/common.h index 541a43d3ce..8b45967d1f 100644 --- a/graphics/asymptote/common.h +++ b/graphics/asymptote/common.h @@ -17,10 +17,15 @@ #endif #if !defined(FOR_SHARED) && \ - ((defined(HAVE_LIBGL) && defined(HAVE_LIBGLUT) && defined(HAVE_LIBGLM)) || defined(HAVE_LIBOSMESA)) + ((defined(HAVE_LIBGL) && defined(HAVE_LIBGLUT) && defined(HAVE_LIBGLM)) || \ + defined(HAVE_LIBOSMESA)) #define HAVE_GL #endif +#if defined(HAVE_LIBREADLINE) || defined(HAVE_LIBEDIT) +#define HAVE_READLINE +#endif + #ifdef HAVE_PTHREAD #include <pthread.h> #endif |