python: fix disabling the SSL module
[buildroot-gz.git] / package / libpthsem / Config.in
blob3219de137da3f7f94dc8bf24a74e20e32ee1cc9d
1 config BR2_PACKAGE_LIBPTHSEM
2         bool "libpthsem"
3         depends on BR2_USE_MMU # fork()
4         help
5           GNU pth is a user mode multi threading library. pthsem is an extend
6           version, with support for semaphores added.
8           http://www.auto.tuwien.ac.at/~mkoegler/pth/
10 if BR2_PACKAGE_LIBPTHSEM
12 config BR2_PACKAGE_LIBPTHSEM_COMPAT
13         bool "libpth compatibility"
14         help
15           This option enables the compatibility with the original
16           libpth library.
18 endif