updated the build files to utilize the standalone libltdl library if available

This commit is contained in:
2018-03-07 07:50:28 +00:00
parent 474d48a211
commit de7db3e3bd
7 changed files with 159 additions and 20 deletions

View File

@ -87,6 +87,9 @@
/* Define to 1 if you have the `logq' function. */
#undef HAVE_LOGQ
/* Define to 1 if you have the <ltdl.h> header file. */
#undef HAVE_LTDL_H
/* Define to 1 if you have the `makecontext' function. */
#undef HAVE_MAKECONTEXT
@ -234,6 +237,9 @@
/* enable dynamic module capability */
#undef HCL_ENABLE_DYNAMIC_MODULE
/* use libltdl when loading a dynamic module */
#undef HCL_ENABLE_LIBLTDL
/* link modules statically into the main library */
#undef HCL_ENABLE_STATIC_MODULE