Add a check for the tar program.
[oota-llvm.git] / autoconf / configure.ac
index dacafa51a9ee3936a9bbf76c5fc3c4951484fd54..82f1eeedfb2b0b1f9c219a653bed0d240fab137f 100644 (file)
@@ -203,6 +203,7 @@ dnl Checks for other tools
 AC_PROG_FLEX
 AC_PROG_BISON
 AC_PROG_LIBTOOL
+AC_PATH_PROG(TAR,[tar],[gtar])
 
 dnl Checks for tools we can get away with not having:
 AC_PATH_PROG(DOT,[dot],[true dot])