Browse Source

Update configure/config.h.in

Ran autoreconf in top directory, version 2.69
pull/1297/head
Jerry Zhao 3 years ago
parent
commit
5e366af773
  1. 5
      config.h.in
  2. 2
      configure

5
config.h.in

@ -33,6 +33,9 @@
/* define if the Boost::ASIO library is available */
#undef HAVE_BOOST_ASIO
/* define if the Boost::Regex library is available */
#undef HAVE_BOOST_REGEX
/* Dynamic library loading is supported */
#undef HAVE_DLOPEN
@ -114,7 +117,7 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Default value for --with-target switch */
/* Default value for --target switch */
#undef TARGET_ARCH
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most

2
configure

@ -715,7 +715,6 @@ with_isa
with_priv
with_varch
with_target
enable_dirty
enable_dual_endian
'
ac_precious_vars='build_alias
@ -6044,6 +6043,7 @@ else
as_fn_error $? "libpthread is required" "$LINENO" 5
fi
# Check whether --enable-dual-endian was given.
if test "${enable_dual_endian+set}" = set; then :
enableval=$enable_dual_endian;

Loading…
Cancel
Save