Skip to content

Commit 25e4e79

Browse files
committed
Regenerate configure with autoreconf -i
1 parent cb1a2c1 commit 25e4e79

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

configure

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -9102,6 +9102,7 @@ fi
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

91279128
else
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+
91319133
fi
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

0 commit comments

Comments
 (0)