File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1619,7 +1619,7 @@ Optional Features:
16191619 library)
16201620 --disable-preload-ic-module
16211621 disable preload interconnect module
1622- --enable -pax enable pax support
1622+ --disable -pax disable PAX support
16231623 --disable-thread-safety disable thread-safety in client libraries
16241624 --enable-openssl-redirect
16251625 enable redirect openssl interface to internal
91029102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to build with preload ic module ... $enable_preload_ic_module" >&5
91039103$as_echo "checking whether to build with preload ic module ... $enable_preload_ic_module" >&6; }
91049104
9105+
91059106#
91069107# pax support
91079108#
@@ -9126,12 +9127,15 @@ $as_echo "#define USE_PAX_STORAGE 1" >>confdefs.h
91269127
91279128else
91289129 enable_pax=yes
9129-
9130- $as_echo "#define USE_PAX_STORAGE 1" >>confdefs.h
9130+
9131+ $as_echo "#define USE_PAX_STORAGE 1" >>confdefs.h
9132+
91319133fi
91329134
9133- { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to build with pax support ... $enable_pax" >&5
9134- $as_echo "checking whether to build with pax support ... $enable_pax" >&6; }
9135+
9136+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: checking whether to build with PAX support ... $enable_pax" >&5
9137+ $as_echo "checking whether to build with PAX support ... $enable_pax" >&6; }
9138+
91359139
91369140#
91379141# Include directories
You can’t perform that action at this time.
0 commit comments