Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1e1e2a

Browse files
Erlend Egeberg Aaslandtiran
Erlend Egeberg Aasland
andauthored
Address review: consistent formatting
Co-authored-by: Christian Heimes <[email protected]>
1 parent dbf9be7 commit e1e1e2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

configure.ac

+3-4
Original file line numberDiff line numberDiff line change
@@ -6095,10 +6095,9 @@ dnl needs libm and on some platforms librt
60956095
PY_STDLIB_MOD_SIMPLE([_datetime], [], [$TIMEMODULE_LIB $LIBM])
60966096

60976097
dnl needs libbsd on some platforms
6098-
PY_STDLIB_MOD([fcntl], [],
6099-
m4_flatten([test "$ac_cv_header_sys_ioctl_h" = "yes"
6100-
-a "$ac_cv_header_fcntl_h" = "yes"]),
6101-
[], [$FCNTL_LIBS])
6098+
PY_STDLIB_MOD([fcntl],
6099+
[], [test "$ac_cv_header_sys_ioctl_h" = "yes" -a "$ac_cv_header_fcntl_h" = "yes"],
6100+
[], [$FCNTL_LIBS])
61026101

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

0 commit comments

Comments
 (0)