aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca403875..9ca14b02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1076,7 +1076,10 @@ AC_ARG_ENABLE([[heavy-tests]],
1076 [activity is recommended to enable.])], [], 1076 [activity is recommended to enable.])], [],
1077 [enable_heavy_tests=no]) 1077 [enable_heavy_tests=no])
1078AS_VAR_IF([enable_heavy_tests], ["yes"], 1078AS_VAR_IF([enable_heavy_tests], ["yes"],
1079 [HEAVY_TESTS_NOTPARALLEL='.NOTPARALLEL:'], 1079 [
1080 HEAVY_TESTS_NOTPARALLEL='.NOTPARALLEL:'
1081 AC_DEFINE([_MHD_HEAVY_TESTS], [1], [Define to 1 to enable "heavy" test paths.])
1082 ],
1080 [ 1083 [
1081 enable_heavy_tests=no 1084 enable_heavy_tests=no
1082 HEAVY_TESTS_NOTPARALLEL=" " 1085 HEAVY_TESTS_NOTPARALLEL=" "