diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2012-11-23 18:01:12 +0100 |
---|---|---|
committer | Martin Nowack <martin.nowack@gmail.com> | 2013-08-15 16:52:53 +0200 |
commit | c09a2441e78f879c1c2ce8f2fa34c60800044349 (patch) | |
tree | f7a3339eef43384c07a25fdb19f2ad1727474efa /autoconf | |
parent | 5004054aec1e5cb69f8ce00f2295cc28d009a336 (diff) | |
download | klee-c09a2441e78f879c1c2ce8f2fa34c60800044349.tar.gz |
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.
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index c78dcb50..6d846d5d 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -348,6 +348,11 @@ else fi dnl ************************************************************************** +dnl * Check for dejagnu +dnl ************************************************************************** +AC_PATH_PROG(RUNTEST, [runtest]) + +dnl ************************************************************************** dnl * Create the output files dnl ************************************************************************** |