summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-07-04 15:11:51 +0000
committerMatthew Jordan <mjordan@digium.com>2014-07-04 15:11:51 +0000
commit0e844b7598d2d5e95c575a449bf36c80bc876ac3 (patch)
treed4647fd7c235df9c4015e1f0c1547b8a55990440 /build_tools
parent46b00b9c646ccc0ee94c7f994795bae893cfa0dd (diff)
configure: Remove last vestiges of h323; DO create menuselect-deps
The previous patch (r418034) fixed the 'glitch' that the channels/h323 Makefile no longer existed. Unfortunately, removing the entire line was a bit of a blunder, as it meant that build_tools/menuselect-deps was never generated. Hilarity ensued when actually trying to compile. But hey! At least configure worked. This patch fixes *that* glitch, and removes some more of the vestiges of h323. (It had tendrils in the main Makefile? Crazy.) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418035 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index 12f049f5c..af980e2d0 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -15,7 +15,6 @@ GNU_LD=@GNU_LD@
GSM=@PBX_GSM@
ILBC=@PBX_ILBC@
GTK2=@PBX_GTK2@
-H323=@PBX_H323@
HOARD=@PBX_HOARD@
ICAL=@PBX_ICAL@
ICONV=@PBX_ICONV@