From c09a2441e78f879c1c2ce8f2fa34c60800044349 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Fri, 23 Nov 2012 18:01:12 +0100 Subject: Add support for dejagnu as removed from LLVM 3.2 Added support for dejagnu to still allow tests to be executed under LLVM 3.2. --- autoconf/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index c78dcb50..6d846d5d 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -347,6 +347,11 @@ else AC_SUBST(STP_ROOT,$stp_root) fi +dnl ************************************************************************** +dnl * Check for dejagnu +dnl ************************************************************************** +AC_PATH_PROG(RUNTEST, [runtest]) + dnl ************************************************************************** dnl * Create the output files dnl ************************************************************************** -- cgit 1.4.1