Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
HAWQ-1737. set with_orc's default value as yes to build orc automatic…
Browse files Browse the repository at this point in the history
…ally
  • Loading branch information
oushu1tuyu1 authored and huor committed Aug 2, 2019
1 parent d95647a commit 7b2376b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#
Expand Down

0 comments on commit 7b2376b

Please sign in to comment.