mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
BuildSystem: Remove unused dependency on libltdl.
Asterisk does not need the development package of libltdl, because it does not use any symbol of -lltdl directly. Instead, it uses the runtime package via the shared library -lodbc. On the supported platforms, that shared library declares its dependency on -lltdl correctly, otherwise AST_EXT_LIB_CHECK would have failed. ASTERISK-27745 Change-Id: Icd315809b8e7978203431f3afb66240dd3a040ba
This commit is contained in:
@@ -483,9 +483,6 @@
|
||||
than `double'. */
|
||||
#undef HAVE_LONG_DOUBLE_WIDER
|
||||
|
||||
/* Define to 1 if you have the libtool library. */
|
||||
#undef HAVE_LTDL
|
||||
|
||||
/* Define to 1 if you have the Lua library. */
|
||||
#undef HAVE_LUA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user