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>
1 file changed
tree: d032a3981db4889ce577915902e2852240bf88f6
  1. scripts/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. fru-area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. Makefile.am
  12. readeeprom.cpp
  13. README.md
  14. strgfnhandler.cpp
  15. types.hpp
  16. writefrudata.cpp
  17. writefrudata.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.