diff options
Diffstat (limited to 'libjava/libltdl/config.h.in')
-rw-r--r-- | libjava/libltdl/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/libltdl/config.h.in b/libjava/libltdl/config.h.in index 1e7613efdb4..c61738d4c43 100644 --- a/libjava/libltdl/config.h.in +++ b/libjava/libltdl/config.h.in @@ -18,6 +18,9 @@ /* Define if you have the shl_load function. */ #undef HAVE_SHL_LOAD +/* Define if you are using the Boehm GC. */ +#undef HAVE_BOEHM_GC + /* Define if you have the dlerror function. */ #undef HAVE_DLERROR |