aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 253749cd5..ea569eb2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,10 @@ AC_PROG_CC
8AC_PROG_INSTALL 8AC_PROG_INSTALL
9AC_PROG_RANLIB 9AC_PROG_RANLIB
10 10
11# LTS marker
12EXTRA_CFLAGS+=" -DLTS "
13
14
11HAVE_SPECTRE="no" 15HAVE_SPECTRE="no"
12AC_MSG_CHECKING(for Spectre mitigation support in gcc or clang compiler) 16AC_MSG_CHECKING(for Spectre mitigation support in gcc or clang compiler)
13AS_IF([test "$CC" = "gcc"], [ 17AS_IF([test "$CC" = "gcc"], [