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
Next Next commit
Address review: consistent formatting
Co-authored-by: Christian Heimes <christian@python.org>
  • Loading branch information
Erlend Egeberg Aasland and tiran authored Nov 22, 2021
commit e1e1e2a820ef3a6432e797fdc3f705eb5ada2e78
7 changes: 3 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6095,10 +6095,9 @@ dnl needs libm and on some platforms librt
PY_STDLIB_MOD_SIMPLE([_datetime], [], [$TIMEMODULE_LIB $LIBM])

dnl needs libbsd on some platforms
PY_STDLIB_MOD([fcntl], [],
m4_flatten([test "$ac_cv_header_sys_ioctl_h" = "yes"
-a "$ac_cv_header_fcntl_h" = "yes"]),
[], [$FCNTL_LIBS])
PY_STDLIB_MOD([fcntl],
[], [test "$ac_cv_header_sys_ioctl_h" = "yes" -a "$ac_cv_header_fcntl_h" = "yes"],
[], [$FCNTL_LIBS])

dnl platform specific extensions
PY_STDLIB_MOD([grp], [], [test "$ac_cv_func_getgrgid" = yes -o "$ac_cv_func_getgrgid_r" = yes])
Expand Down