@@ -5132,48 +5132,7 @@ fi
5132
5132
MAINT=$MAINTAINER_MODE_TRUE
5133
5133
5134
5134
5135
- # Check whether --enable-silent-rules was given.
5136
- if test ${enable_silent_rules+y}
5137
- then :
5138
- enableval=$enable_silent_rules;
5139
- fi
5140
-
5141
- case $enable_silent_rules in # (((
5142
- yes) AM_DEFAULT_VERBOSITY=0;;
5143
- no) AM_DEFAULT_VERBOSITY=1;;
5144
- *) AM_DEFAULT_VERBOSITY=0;;
5145
- esac
5146
- am_make=${MAKE-make}
5147
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
5148
- printf %s "checking whether $am_make supports nested variables... " >&6; }
5149
- if test ${am_cv_make_support_nested_variables+y}
5150
- then :
5151
- printf %s "(cached) " >&6
5152
- else case e in #(
5153
- e) if printf "%s\n" 'TRUE=$(BAR$(V))
5154
- BAR0=false
5155
- BAR1=true
5156
- V=1
5157
- am__doit:
5158
- @$(TRUE)
5159
- .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
5160
- am_cv_make_support_nested_variables=yes
5161
- else
5162
- am_cv_make_support_nested_variables=no
5163
- fi ;;
5164
- esac
5165
- fi
5166
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
5167
- printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
5168
- if test $am_cv_make_support_nested_variables = yes; then
5169
- AM_V='$(V)'
5170
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
5171
- else
5172
- AM_V=$AM_DEFAULT_VERBOSITY
5173
- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
5174
- fi
5175
- AM_BACKSLASH='\'
5176
-
5135
+ #AM_SILENT_RULES([yes])
5177
5136
5178
5137
# ===========================================================================
5179
5138
# https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
@@ -18748,6 +18707,20 @@ esac
18748
18707
fi
18749
18708
18750
18709
18710
+ for ac_header in sys/mman.h
18711
+ do :
18712
+ ac_fn_cxx_check_header_compile "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
18713
+ if test "x$ac_cv_header_sys_mman_h" = xyes
18714
+ then :
18715
+ printf "%s\n" "#define HAVE_SYS_MMAN_H 1" >>confdefs.h
18716
+
18717
+ else case e in #(
18718
+ e) as_fn_error $? "Require sys/mman.h to build" "$LINENO" 5 ;;
18719
+ esac
18720
+ fi
18721
+
18722
+ done
18723
+
18751
18724
18752
18725
18753
18726
cat >confcache <<\_ACEOF
0 commit comments