wayland-egl: use correct nm path when cross-compiling

Inspired by Heiko Becker and Eric's work in libdrm and Mesa
respectively.

Cc: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Emil Velikov 2018-02-23 17:31:53 +00:00 committed by Daniel Stone
parent b02c4013e3
commit 6903e4d539
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_GREP
AM_PROG_AS
AC_PROG_NM
# check if we have C++ compiler. This is hacky workaround,
# for a reason why it is this way see