]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libitm/configure
x86: Default CET run-time support to auto
[thirdparty/gcc.git] / libitm / configure
index 97db1bc8845c0c9974facb216be608019bca22ad..2c451fb0a981ebabb31602ae8dc522cefc775c4e 100755 (executable)
@@ -1468,7 +1468,7 @@ Optional Features:
   --enable-tls            Use thread-local storage [default=yes]
   --enable-symvers=STYLE  enables symbol versioning of the shared library
                           [default=yes]
-  --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]
@@ -17877,7 +17877,7 @@ if test "${enable_cet+set}" = set; then :
                           esac
 
 else
-  enable_cet=no
+  enable_cet=auto
 fi