aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-16 10:04:22 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-25 11:32:08 -0300
commitc84dc09257454075a8b7ce6e63581e0c7710ac8c (patch)
treec4c510297edb50c6b29a815ae6cc099dbf8f34a2 /configure
parentconfigure*: Move AC_SUBST calls to more obvious places (diff)
downloadfirejail-c84dc09257454075a8b7ce6e63581e0c7710ac8c.tar.gz
firejail-c84dc09257454075a8b7ce6e63581e0c7710ac8c.tar.zst
firejail-c84dc09257454075a8b7ce6e63581e0c7710ac8c.zip
configure*: Remove redundant AC_SUBST calls near HAVE_LTS
Added on commit d1acb31c9 ("compile time: enable LTS", 2021-02-28). It only needs to be called once for each variable. See the configure script diff and the previous commit ("configure*: Move AC_SUBST calls to more obvious places").
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure30
1 files changed, 0 insertions, 30 deletions
diff --git a/configure b/configure
index ab11aa020..f3b99d7d1 100755
--- a/configure
+++ b/configure
@@ -3842,52 +3842,22 @@ fi
3842if test "x$enable_lts" = "xyes"; then : 3842if test "x$enable_lts" = "xyes"; then :
3843 3843
3844 HAVE_LTS="-DHAVE_LTS" 3844 HAVE_LTS="-DHAVE_LTS"
3845
3846 HAVE_DBUSPROXY="" 3845 HAVE_DBUSPROXY=""
3847
3848
3849 HAVE_OVERLAYFS="" 3846 HAVE_OVERLAYFS=""
3850
3851
3852 HAVE_OUTPUT="" 3847 HAVE_OUTPUT=""
3853
3854
3855 HAVE_USERTMPFS="" 3848 HAVE_USERTMPFS=""
3856
3857
3858 HAVE_MAN="-DHAVE_MAN" 3849 HAVE_MAN="-DHAVE_MAN"
3859
3860
3861 HAVE_FIRETUNNEL="" 3850 HAVE_FIRETUNNEL=""
3862
3863
3864 HAVE_PRIVATEHOME="" 3851 HAVE_PRIVATEHOME=""
3865
3866
3867 HAVE_CHROOT="" 3852 HAVE_CHROOT=""
3868
3869
3870 HAVE_GLOBALCFG="" 3853 HAVE_GLOBALCFG=""
3871
3872
3873 HAVE_USERNS="" 3854 HAVE_USERNS=""
3874
3875
3876 HAVE_X11="" 3855 HAVE_X11=""
3877
3878
3879 HAVE_FILE_TRANSFER="" 3856 HAVE_FILE_TRANSFER=""
3880
3881
3882 HAVE_SUID="yes" 3857 HAVE_SUID="yes"
3883
3884
3885 BUSYBOX_WORKAROUND="no" 3858 BUSYBOX_WORKAROUND="no"
3886
3887
3888 HAVE_CONTRIB_INSTALL="no", 3859 HAVE_CONTRIB_INSTALL="no",
3889 3860
3890
3891fi 3861fi
3892 3862
3893ac_ext=c 3863ac_ext=c