Fix typo. Backport if anyone cares. :-)

This commit is contained in:
Neal Norwitz 2006-06-12 02:09:03 +00:00
parent a00c0b97bf
commit 7659f0fc26
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -1587,7 +1587,7 @@ case $ac_sys_system/$ac_sys_release in
# On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
# disables platform specific features beyond repair. # disables platform specific features beyond repair.
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
# has no effect, don't bother defineing them # has no effect, don't bother defining them
Darwin/[78].*) Darwin/[78].*)
define_xopen_source=no define_xopen_source=no
;; ;;

View File

@ -235,7 +235,7 @@ case $ac_sys_system/$ac_sys_release in
# On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # On Mac OS X 10.4, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
# disables platform specific features beyond repair. # disables platform specific features beyond repair.
# On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE # On Mac OS X 10.3, defining _POSIX_C_SOURCE or _XOPEN_SOURCE
# has no effect, don't bother defineing them # has no effect, don't bother defining them
Darwin/@<:@78@:>@.*) Darwin/@<:@78@:>@.*)
define_xopen_source=no define_xopen_source=no
;; ;;