]> 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:33 +0000 (14:41 -0600)
commitc7f4aaf4c1a83dd1f4169d2b935b3af583da6449
treefcb205d1a66f1cbd313056d8a4b98066c31c4a42
parent3719880d4955330a15d868b1452d827aff013b1a
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