diff options
author | Eric Engestrom <[email protected]> | 2018-02-23 17:02:08 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-02-26 13:50:59 +0000 |
commit | 11d45304fd20bbdf07222830e76d3f9977e803b4 (patch) | |
tree | 8e5e9b3f516c5bcdd222677f1b8ccdd6b8b61052 /configure.ac | |
parent | ef308d40070014b92aaf07a228edc73bd2e85570 (diff) |
*-symbol-check: use correct `nm` path when cross-compiling
Inspired-by: a similar patch for libdrm by Heiko Becker
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 346c8130352..d8093597dd0 100644 --- a/configure.ac +++ b/configure.ac @@ -116,6 +116,7 @@ dnl other CC/CXX flags related help AC_ARG_VAR([CXX11_CXXFLAGS], [Compiler flag to enable C++11 support (only needed if not enabled by default and different from -std=c++11)]) AM_PROG_CC_C_O +AC_PROG_NM AM_PROG_AS AX_CHECK_GNU_MAKE AC_CHECK_PROGS([PYTHON2], [python2.7 python2 python]) |