commit | 9149a772dec2b86607d31d3e411f4cc2fe8a7094 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 01 15:39:40 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jun 05 21:38:09 2017 +0000 |
tree | d032a3981db4889ce577915902e2852240bf88f6 | |
parent | a71d0f15a3e2584a4f83f7cc6d9c9bbec99ea4f7 [diff] |
build: stop on error in check for mapper The configure check for the mapper repository did not have an error condition in it. Therefore, the configure run passed and then the failure surfaced as a missing header file on compile. Add an explicit error condition to the AC_CHECK_LIB call. Change-Id: Ie7d2941963977ba157d65970db21044e7eec9b6f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>