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:
Alexander Traud
2018-03-17 11:00:06 +01:00
parent b50331626e
commit 0f634c1446
7 changed files with 7 additions and 153 deletions

View File

@@ -459,9 +459,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