Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
[oota-llvm.git] / autoconf / configure.ac
index 31185a04e186133bdca40f1d13575c7a240a54be..3a40d9b1346fbeecd82e05cb354fc9cfbf3309b0 100644 (file)
@@ -357,6 +357,9 @@ AC_PROG_CXX(g++)
 AC_PROG_FLEX
 AC_PROG_BISON
 
+AC_PROG_NM
+AC_SUBST(NM)
+
 dnl Check for the tools that the makefiles require
 AC_CHECK_GNU_MAKE
 AC_PROG_LN_S