summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-11 11:09:29 -0500
committerCorey Farrell <git@cfware.com>2017-11-17 10:48:25 -0500
commit6a5a19a2bcc718d4de09384dd80a22587bfbbc90 (patch)
tree29703a71f91fd3f74ee6f63982795d4d03bb2f2a /makeopts.in
parent8fdc7fd1d3e77ae171671231e318d15710a0f715 (diff)
menuselect: Remove ineffective weak attribute detection.
menuselect detects compiler support for multiple styles of weak functions. This is a remnant from 2013 when OPTIONAL_API required weak functions. It is no longer correct for menuselect to switch dependencies from optional to required based on lack of weak function support. Note an issue remains - dependencies should switch from optional to required based on OPTIONAL_API being enabled or disabled. I don't think this is possible. menuselect needs to know at startup if OPTIONAL_API is enabled or disabled, so the only way to fix this is to remove OPTIONAL_API from menuselect and create a configure option. I've left the code that switches in place but it's preprocessed out. Additionally removed: - WEAKREF variable from Asterisk makeopts.in. - Related disabled code from test_utils. - Pointless AC_REVISION call from menuselect/configure.ac. Change-Id: Ifa702e5f98eb45f338b2f131a93354632a8fb389
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 e25b614e0..c29cb277c 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -73,7 +73,6 @@ CONFIG_LDFLAGS=@CONFIG_LDFLAGS@
CONFIG_SIGNED_CHAR=@CONFIG_SIGNED_CHAR@
GNU_LD=@GNU_LD@
-WEAKREF=@PBX_WEAKREF@
HAVE_DYNAMIC_LIST=@PBX_DYNAMIC_LIST@
prefix = @prefix@