8000 Update configure.ac · enjoy-binbin/cpython@5546650 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5546650

Browse files
authored
Update configure.ac
1 parent 9de7b1a commit 5546650

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,21 @@ VERSION=PYTHON_VERSION
128128
AC_SUBST(SOVERSION)
129129
SOVERSION=1.0
130130

131-
# The later definition of _XOPEN_SOURCE disables certain features
131+
# The later defininition of _XOPEN_SOURCE disables certain features
132132
# on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
133133
AC_DEFINE(_GNU_SOURCE, 1, [Define on Linux to activate all library features])
134134

135-
# The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
135+
# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
136136
# certain features on NetBSD, so we need _NETBSD_SOURCE to re-enable
137137
# them.
138138
AC_DEFINE(_NETBSD_SOURCE, 1, [Define on NetBSD to activate all library features])
139139

140-
# The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
140+
# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
141141
# certain features on FreeBSD, so we need __BSD_VISIBLE to re-enable
142142
# them.
143143
AC_DEFINE(__BSD_VISIBLE, 1, [Define on FreeBSD to activate all library features])
144144

145-
# The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
145+
# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
146146
# certain features on Mac OS X, so we need _DARWIN_C_SOURCE to re-enable
147147
# them.
148148
AC_DEFINE(_DARWIN_C_SOURCE, 1, [Define on Darwin to activate all library features])

0 commit comments

Comments
 (0)
0