diff --git a/README.md b/README.md index bf4c0ad321448af35f0b8fbab7d033c8643fe068..b2f8853f24925b4f7eb9951e5bc67345fce0ec85 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ make distclean PXF is an extension framework for GPDB to enable fast access to external hadoop datasets. Refer to [PXF extension](https://github.com/greenplum-db/gpdb/tree/master/gpAux/extensions/pxf) for more information. -Currently, GPDPB is built with PXF by default (--enable-pxf is on). +Currently, GPDB is built with PXF by default (--enable-pxf is on). In order to build GPDB without pxf, simply invoke `./configure` with additional option `--disable-pxf`. PXF requires curl, so `--enable-pxf` is not compatible with the `--without-libcurl` option.