diff options
| author | Dan Liew <delcypher@gmail.com> | 2013-12-19 03:54:10 -0800 |
|---|---|---|
| committer | Dan Liew <delcypher@gmail.com> | 2013-12-19 03:54:10 -0800 |
| commit | a7f8d7660815b5e29c123253a2687fedc1f329e3 (patch) | |
| tree | 5c8fb333684c10cc338e1339ba158fbc0989c3b3 /autoconf/configure.ac | |
| parent | 542a604b42798f061ac7a2280279ea5e3db471d9 (diff) | |
| parent | b35ce61c5fd2aba218b02a2f1234b17aef167aa5 (diff) | |
| download | klee-a7f8d7660815b5e29c123253a2687fedc1f329e3.tar.gz | |
Merge pull request #79 from delcypher/fix_llvm33_single_test
Re-add support for running individual tests when built with LLVM3.3
Diffstat (limited to 'autoconf/configure.ac')
| -rw-r--r-- | autoconf/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 09769f8f..fd249103 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -554,6 +554,7 @@ dnl ************************************************************************** dnl * Check for dejagnu dnl ************************************************************************** AC_PATH_PROG(RUNTEST, [runtest]) +DJ_AC_PATH_TCLSH dnl ************************************************************************** dnl * Create the output files |
