]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_dlg_options: Fix MODULEINFO section. 37/2737/1
authorCorey Farrell <git@cfware.com>
Sat, 2 May 2015 07:15:15 +0000 (03:15 -0400)
committerJoshua Colp <jcolp@digium.com>
Sat, 30 Apr 2016 16:49:37 +0000 (13:49 -0300)
commit23554d74ab38feb17cd9c47a0f5d0702cbe657b6
tree0c5bbbfaf585a3b8fc501e841f332324c2b050e5
parent2f9e79aa6fefcfac5caafb1db8e5237122860a6e
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