From 529ca4db315252c03578f144b0938bfd5eb5094d Mon Sep 17 00:00:00 2001 From: Peter Lamborn Date: Fri, 7 Feb 2020 10:17:05 -0700 Subject: [PATCH] re-enable external json --- m4/hio_check_json.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/hio_check_json.m4 b/m4/hio_check_json.m4 index 7e06a20..f85df37 100644 --- a/m4/hio_check_json.m4 +++ b/m4/hio_check_json.m4 @@ -3,9 +3,9 @@ # reserved. AC_DEFUN([HIO_CHECK_JSON],[ - -AC_ARG_WITH(json, [AS_HELP_STRING([--with-external-json=PATH], [use external json-c. pass yes to use pkgconfig @<:@default=no@:>@])], - [], [with_external_json=no]) + AC_ARG_WITH(external-json, [AS_HELP_STRING([--with-external-json=PATH], + [use external json-c. pass yes to use pkgconfig @<:@default=no@:>@])], + [with_external_json=yes], [with_external_json=no]) if test ! $with_external_json = no ; then if test $with_external_json = yes ; then