]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Build System: Fixes for configure script.
authorCorey Farrell <git@cfware.com>
Tue, 3 Apr 2018 19:39:39 +0000 (15:39 -0400)
committerCorey Farrell <git@cfware.com>
Tue, 3 Apr 2018 20:41:40 +0000 (14:41 -0600)
commit01b3c435d8697a238318a994164d2a29ca7dd847
tree2ddd6cb577bc6905ced423725c73ebfad0067d90
parent7888b6115af5aa43258db21924cabf6a39c8d345
Build System: Fixes for configure script.

* Replace all 'else if' statements with 'elif'.
* Use loop to detect versioned lua headers and libraries.

The loop for detecting lua fixes a bug where LUA_INCLUDE would be
appended with the directory of every lua version after the first one is
found.

Change-Id: I3276f9aee955014108345be6092f51c932b43a0f
configure
configure.ac