summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-05 21:15:28 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-05 23:52:00 +0300
commit9874a6311c6b51247caed248cfcf2d2e72095923 (patch)
tree0a1810721ddf2cb6ed4e1740e8bcf3da1cd21171 /configure.ac
parent55d8a832786175c5ff9c9ab2eaa31296d342490a (diff)
downloadplus-9874a6311c6b51247caed248cfcf2d2e72095923.tar.gz
plus-9874a6311c6b51247caed248cfcf2d2e72095923.tar.bz2
plus-9874a6311c6b51247caed248cfcf2d2e72095923.tar.xz
plus-9874a6311c6b51247caed248cfcf2d2e72095923.zip
Remove support for CILK plus.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 59f0519d4..7ab75e9bb 100755
--- a/configure.ac
+++ b/configure.ac
@@ -794,17 +794,6 @@ esac],[googleprofiler_enabled=false])
AM_CONDITIONAL(ENABLE_GOOGLE_PROFILER, test x$googleprofiler_enabled = xtrue)
-# Enable cilk plus
-AC_ARG_ENABLE(cilkplus,
-[ --enable-cilkplus Turn on parallelisation with CilkPlus],
-[case "${enableval}" in
- yes) cilkplus_enabled=true ;;
- no) cilkplus_enabled=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-cilkplus) ;;
-esac],[cilkplus_enabled=false])
-
-AM_CONDITIONAL(ENABLE_CILKPLUS, test x$cilkplus_enabled = xtrue)
-
# Enable gcc check plugin
AC_ARG_ENABLE(checkplugin,
[ --enable-checkplugin Turn on gcc check plugin],