Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf9be7 commit e1e1e2aCopy full SHA for e1e1e2a
configure.ac
@@ -6095,10 +6095,9 @@ dnl needs libm and on some platforms librt
6095
PY_STDLIB_MOD_SIMPLE([_datetime], [], [$TIMEMODULE_LIB $LIBM])
6096
6097
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])
+PY_STDLIB_MOD([fcntl],
+ [], [test "$ac_cv_header_sys_ioctl_h" = "yes" -a "$ac_cv_header_fcntl_h" = "yes"],
+ [], [$FCNTL_LIBS])
6102
6103
dnl platform specific extensions
6104
PY_STDLIB_MOD([grp], [], [test "$ac_cv_func_getgrgid" = yes -o "$ac_cv_func_getgrgid_r" = yes])
0 commit comments