aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-17 17:24:32 +0000
committerLibravatar GitHub <noreply@github.com>2021-11-17 18:24:32 +0100
commit9abb0a89ae66df0ead136ec6cc14eea302e6a074 (patch)
tree98ae30494e0c435e68cae8a0ccaebf23e535a089 /configure.ac
parentzsh-comp: update description of machine-id to match --help (diff)
downloadfirejail-9abb0a89ae66df0ead136ec6cc14eea302e6a074.tar.gz
firejail-9abb0a89ae66df0ead136ec6cc14eea302e6a074.tar.zst
firejail-9abb0a89ae66df0ead136ec6cc14eea302e6a074.zip
build: Stop linking pthread (#4695)
Added on commit 137985136 ("Baseline firejail 0.9.28", 2015-08-08). See also commit ad6bb83fa ("consolidate makefiles", 2018-03-31). It is not used anywhere. And it looks like it has never been used anywhere: $ git log --oneline -Gpthread.h 137985136..master $ Issue mentioned by @rusty-snake: https://github.com/netblue30/firejail/issues/4642#issuecomment-955795463
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index fc5823143..5ef97cbd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -291,12 +291,6 @@ AS_IF([test "x$enable_lts" = "xyes"], [
291 AC_SUBST(HAVE_CONTRIB_INSTALL) 291 AC_SUBST(HAVE_CONTRIB_INSTALL)
292]) 292])
293 293
294
295
296
297# checking pthread library
298AC_CHECK_LIB([pthread], [main], [], AC_MSG_ERROR([*** POSIX thread support not installed ***]))
299AC_CHECK_HEADER(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not installed ***]))
300AC_CHECK_HEADER([linux/seccomp.h],,AC_MSG_ERROR([*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***])) 294AC_CHECK_HEADER([linux/seccomp.h],,AC_MSG_ERROR([*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***]))
301 295
302# set sysconfdir 296# set sysconfdir