Skip to content

Commit

Permalink
configure: build jimtcl with json extension
Browse files Browse the repository at this point in the history
Signed-off-by: Erhan Kurubas <[email protected]>
Change-Id: I5845c240e50ee832c082df3f26fabbd4b14d6edd
Reviewed-on: https://review.openocd.org/c/openocd/+/6890
Tested-by: jenkins
Reviewed-by: Antonio Borneo <[email protected]>
  • Loading branch information
erhankur authored and borneoa committed May 21, 2022
1 parent ce5027a commit 0a36acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ AS_IF([test "x$enable_buspirate" != "xno"], [
AS_IF([test "x$use_internal_jimtcl" = "xyes"], [
AS_IF([test -f "$srcdir/jimtcl/configure.ac"], [
AS_IF([test "x$use_internal_jimtcl_maintainer" = "xyes"], [
jimtcl_config_options="--disable-install-jim --maintainer"
jimtcl_config_options="--disable-install-jim --with-ext=json --maintainer"
], [
jimtcl_config_options="--disable-install-jim"
jimtcl_config_options="--disable-install-jim --with-ext=json"
])
AX_CONFIG_SUBDIR_OPTION([jimtcl], [$jimtcl_config_options])
], [
Expand Down

0 comments on commit 0a36acb

Please sign in to comment.