Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into ac-simple-mods/fcntl
  • Loading branch information
Erlend E. Aasland committed Nov 22, 2021
commit b14394806749bb2a25946a445a19ca9f33ecaad4
6 changes: 1 addition & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -19752,25 +19752,21 @@ fi




{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdlib extension module fcntl" >&5
$as_echo_n "checking for stdlib extension module fcntl... " >&6; }
case $py_stdlib_not_available in #(
*fcntl*) :
py_cv_module_fcntl=n/a ;; #(
*) :

if true; then :
if true; then :
if test "$ac_cv_header_sys_ioctl_h" = "yes" -a "$ac_cv_header_fcntl_h" = "yes"; then :
py_cv_module_fcntl=yes
else
py_cv_module_fcntl=missing
fi
else
py_cv_module_fcntl=disabled

fi

;;
esac
as_fn_append MODULE_BLOCK "MODULE_FCNTL=$py_cv_module_fcntl$as_nl"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.