]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_dlg_options: Fix MODULEINFO section. 34/334/1
authorCorey Farrell <git@cfware.com>
Sat, 2 May 2015 07:15:15 +0000 (03:15 -0400)
committerCorey Farrell <git@cfware.com>
Sat, 2 May 2015 07:15:15 +0000 (03:15 -0400)
commit63196a825673a06f84df90314e48be5aa3f67d06
treef62b5e518f86b60847192a208325fba85689a42b
parentec0f80b6e8d5f6952bdf48e8f19a024ebc64840e
res_pjsip_dlg_options: Fix MODULEINFO section.

Removed the extra space before "MODULEINFO" in res_pjsip_dlg_options.
This extra space prevented any of the dependencies from being seen by
menuselect, so building with default options would fail if PJSIP was
not installed.

This also makes the tool that extracts information for menuselect
tolerant of multiple spaces in the future.

ASTERISK-25033 #close
Reported by: Peter Whisker

Change-Id: Iccd54846f70c4a7a50cb5bf70b7bb5cb4bab3698
build_tools/get_moduleinfo
res/res_pjsip_dlg_options.c