aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-07-27 10:08:37 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-07-27 10:08:37 -0400
commitdd3bf326f5945aa155f171b38a58d4ab63d17673 (patch)
tree145e72d9196111a1bc92080416cd10c06caa1afd /configure
parentstarting branch (diff)
downloadfirejail-dd3bf326f5945aa155f171b38a58d4ab63d17673.tar.gz
firejail-dd3bf326f5945aa155f171b38a58d4ab63d17673.tar.zst
firejail-dd3bf326f5945aa155f171b38a58d4ab63d17673.zip
compile time marker for LTS code
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index b57720fd1..bad17d97d 100755
--- a/configure
+++ b/configure
@@ -3103,6 +3103,10 @@ else
3103fi 3103fi
3104 3104
3105 3105
3106# LTS marker
3107EXTRA_CFLAGS+=" -DLTS "
3108
3109
3106HAVE_SPECTRE="no" 3110HAVE_SPECTRE="no"
3107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Spectre mitigation support in gcc or clang compiler" >&5 3111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Spectre mitigation support in gcc or clang compiler" >&5
3108$as_echo_n "checking for Spectre mitigation support in gcc or clang compiler... " >&6; } 3112$as_echo_n "checking for Spectre mitigation support in gcc or clang compiler... " >&6; }