summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-02-12 02:26:56 -0500
committerCorey Farrell <git@cfware.com>2018-02-12 04:44:26 -0500
commit9fddc8b4dceb0e53e62892a1223b353c415e0503 (patch)
tree7627721b2ad1c9460f331335e5f3162c88057359 /makeopts.in
parente132f22a2ef89ca7b7fa7e9a77d4e1aad64bf203 (diff)
core: Remove embedded editline.
This removes the embedded copy of editline from the Asterisk source tree, making a system copy of libedit mandatory in Asterisk 16+. ASTERISK-27634 #close Change-Id: Iedb64ad92acb78419f3caefedaa2bb7cd2a1a33f
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/makeopts.in b/makeopts.in
index fcda75219..daf5d8e5e 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -198,7 +198,6 @@ URIPARSER_LIB=@URIPARSER_LIB@
LDAP_INCLUDE=@LDAP_INCLUDE@
LDAP_LIB=@LDAP_LIB@
-LIBEDIT_INTERNAL=@LIBEDIT_INTERNAL@
LIBEDIT_INCLUDE=@LIBEDIT_INCLUDE@
LIBEDIT_LIB=@LIBEDIT_LIB@