summaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv')
-rw-r--r--libvtv/ChangeLog4
-rwxr-xr-xlibvtv/configure4
2 files changed, 6 insertions, 2 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index c0b68784f30..96c417c4042 100644
--- a/libvtv/ChangeLog
+++ b/libvtv/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2020-01-24 Maciej W. Rozycki <macro@wdc.com>
* configure.ac: Handle `--with-toolexeclibdir='.
diff --git a/libvtv/configure b/libvtv/configure
index fc969525da0..9d42cb88fb2 100755
--- a/libvtv/configure
+++ b/libvtv/configure
@@ -1446,7 +1446,7 @@ Optional Features:
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
- --enable-cet enable Intel CET in target libraries [default=no]
+ --enable-cet enable Intel CET in target libraries [default=auto]
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -15667,7 +15667,7 @@ if test "${enable_cet+set}" = set; then :
esac
else
- enable_cet=no
+ enable_cet=auto
fi