Skip to content
Snippets Groups Projects
Commit 86c89d15 authored by François Bobot's avatar François Bobot Committed by Virgile Prevosto
Browse files

Remove temporarily this test that doesn't work on nix

parent a3250505
No related branches found
No related tags found
No related merge requests found
......@@ -75,11 +75,6 @@ if test "$CLANG++" = "no"; then
plugin_disable(frama_clang,[clang++ not found]);
fi
if test "$LLVM_CONFIG" != "no"; then
AC_CHECK_FILE([$($LLVM_CONFIG --includedir)/clang],[],
[plugin_disable(frama_clang,clang dev headers not found.);])
fi
if test "$ENABLE_FRAMA_CLANG" != "no"; then
LLVM_VERSION=$($LLVM_CONFIG --version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment