karelklic / canal

Abstract interpreter for real-world application programs
https://github.com/karelklic/canal/wiki
Other
32 stars 3 forks source link

wrong check in configure.ac #176

Closed jirislaby closed 8 years ago

jirislaby commented 11 years ago

line 53: if test "$clang_lib_found" = no

should write: if test "$llvm_lib_found" = no

jirislaby commented 8 years ago

Since the development of canal seems to stall, I am closing this as it pollutes my issues list.