8000 Update configure.ac · python/cpython@987613a · GitHub
[go: up one dir, main page]

Skip to content

Commit 987613a

Browse files
noamcohen97tiran
andauthored
Update configure.ac
Co-authored-by: Christian Heimes <christian@python.org>
1 parent d7bb582 commit 987613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4938,7 +4938,7 @@ AC_CHECK_FUNCS(setpgrp,
49384938
)
49394939

49404940
# check for namespace functions
4941-
AC_CHECK_FUNCS(setns unshare)
4941+
AC_CHECK_FUNCS([setns unshare])
49424942

49434943
dnl We search for both crypt and crypt_r as one or the other may be defined
49444944
dnl libxcrypt provides <crypt.h> and libcrypt with crypt_r() since

0 commit comments

Comments
 (0)
0