summaryrefslogtreecommitdiff
path: root/libvtv/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/configure')
-rwxr-xr-xlibvtv/configure13
1 files changed, 6 insertions, 7 deletions
diff --git a/libvtv/configure b/libvtv/configure
index b94f78585c0..cde00f9bd6c 100755
--- a/libvtv/configure
+++ b/libvtv/configure
@@ -1405,8 +1405,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=default]
+ --enable-cet enable Intel CET in target libraries [default=no]
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -12069,7 +12068,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12072 "configure"
+#line 12071 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12175,7 +12174,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12178 "configure"
+#line 12177 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15464,12 +15463,12 @@ XCFLAGS="-D_GNU_SOURCE -Wall -Wextra -fno-exceptions"
if test "${enable_cet+set}" = set; then :
enableval=$enable_cet;
case "$enableval" in
- yes|no|default) ;;
+ yes|no|auto) ;;
*) as_fn_error "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
esac
else
- enable_cet=default
+ enable_cet=no
fi
@@ -15479,7 +15478,7 @@ $as_echo_n "checking for CET support... " >&6; }
case "$host" in
i[34567]86-*-linux* | x86_64-*-linux*)
case "$enable_cet" in
- default)
+ auto)
# Check if target supports multi-byte NOPs
# and if assembler supports CET insn.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext