aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2023-03-27 10:27:59 -0700
committerJerry Zhao <jerryz123@berkeley.edu>2023-03-27 18:23:12 -0700
commit5e366af7735a69f4066f285c91fea068665d52be (patch)
treef781134d97e37918f5773e15d8f0dddcbf69db71 /config.h.in
parenta6eb6c2a99ec7a23640d2aee5f3c05dc35c223d9 (diff)
downloadriscv-isa-sim-5e366af7735a69f4066f285c91fea068665d52be.zip
riscv-isa-sim-5e366af7735a69f4066f285c91fea068665d52be.tar.gz
riscv-isa-sim-5e366af7735a69f4066f285c91fea068665d52be.tar.bz2
Update configure/config.h.in
Ran autoreconf in top directory, version 2.69
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 7f22161..f6755a1 100644
--- a/config.h.in
+++ b/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