X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=configure;h=3e346951157a2146299a55f792fa434e52e910e0;hb=4f7ed3854a4db241401f5b84cbb6246a06a17561;hp=cc23132af55b28df8f411a9574ecfacc87dda662;hpb=21c6e427af5275a1879cd027b5534e63528e1349;p=opendoas.git diff --git a/configure b/configure index cc23132..3e34695 100755 --- a/configure +++ b/configure @@ -280,18 +280,6 @@ int main(void) { printf 'LDFLAGS += -lpam\n' >>$CONFIG_MK } -# -# Check for login_cap.h. -# -src=' -#include -int main(void) { - return 0; -}' -check_func "login_cap_h" "$src" || { - printf 'OPENBSD += setusercontext.o\n' >>$CONFIG_MK -} - # # Check for execvpe(). #