Skip to content

Commit 8a8973e

Browse files
committed
jenkins.sh: Use --disable-doxygen configure param
Change-Id: I0f7d2b212834a3dea356de45fadb81a7e7176191
1 parent 17e7ea6 commit 8a8973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/jenkins.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export deps inst
2222
osmo-clean-workspace.sh
2323

2424
mkdir "$deps" || true
25-
osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
25+
osmo-build-dep.sh libosmocore "" --disable-doxygen
2626

2727
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
2828

0 commit comments

Comments
 (0)