From 7b2376b05312e175755fc7ac5bd7fcdd7b068a9b Mon Sep 17 00:00:00 2001 From: oushu1tuyu1 Date: Fri, 2 Aug 2019 17:57:38 +0800 Subject: [PATCH] HAWQ-1737. set with_orc's default value as yes to build orc automatically --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b65bee593d..2412a1a502 100644 --- a/configure.in +++ b/configure.in @@ -726,7 +726,7 @@ AC_SUBST(with_pgcrypto) # Optionally build with orc format in pluggable storage framework. # AC_MSG_CHECKING([whether to build orc modules]) -PGAC_ARG_BOOL(with, orc, no, [ --with-orc build with orc format]) +PGAC_ARG_BOOL(with, orc, yes, [ --with-orc build with orc format]) AC_MSG_RESULT([$with_orc]) AC_SUBST(with_orc) #