about summary refs log tree commit diff homepage
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorMartin Nowack <martin@se.inf.tu-dresden.de>2012-11-23 18:01:12 +0100
committerMartin Nowack <martin.nowack@gmail.com>2013-08-15 16:52:53 +0200
commitc09a2441e78f879c1c2ce8f2fa34c60800044349 (patch)
treef7a3339eef43384c07a25fdb19f2ad1727474efa /autoconf/configure.ac
parent5004054aec1e5cb69f8ce00f2295cc28d009a336 (diff)
downloadklee-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/configure.ac')
-rw-r--r--autoconf/configure.ac5
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 **************************************************************************