mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
17 lines
455 B
Diff
17 lines
455 B
Diff
@@ -322,12 +322,12 @@
|
|
|
|
# Decide if we want to build the tests or not.
|
|
-buildTestUtilities=false
|
|
-if test "x$YAJL_FOUND" = "x1"; then
|
|
+# buildTestUtilities=false
|
|
+# if test "x$YAJL_FOUND" = "x1"; then
|
|
# Regression tests will not be able to run without the logging support.
|
|
# But we still have the unit tests.
|
|
# if test "$debugLogs" = "true"; then
|
|
- buildTestUtilities=true
|
|
+# buildTestUtilities=true
|
|
# fi
|
|
-fi
|
|
+# fi
|
|
|
|
|