aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2008-10-21 17:21:32 +0000
committerTorok Edwin <edwintorok@gmail.com>2008-10-21 17:21:32 +0000
commit237033e6ac7e872f60dfc6724fcb938f2c263af3 (patch)
tree469cedc9a430f7371cf284841dde7808deff0aed /autoconf
parenta9ab95b38b0aec44e26a3b36a6b37498dc2acdde (diff)
downloadexternal_llvm-237033e6ac7e872f60dfc6724fcb938f2c263af3.zip
external_llvm-237033e6ac7e872f60dfc6724fcb938f2c263af3.tar.gz
external_llvm-237033e6ac7e872f60dfc6724fcb938f2c263af3.tar.bz2
Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 3fd4c9b..d013fed 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -614,6 +614,7 @@ AC_PATH_PROGS(OCAMLC, [ocamlc.opt ocamlc])
AC_PATH_PROGS(OCAMLOPT, [ocamlopt.opt ocamlopt])
AC_PATH_PROGS(OCAMLDEP, [ocamldep.opt ocamldep])
AC_PATH_PROGS(OCAMLDOC, [ocamldoc.opt ocamldoc])
+AC_PATH_PROGS(GAS, [gas as])
dnl Determine if the linker supports the -R option.
AC_LINK_USE_R