Fix typo in Darwin x86 case for configure step.

Pointed out by: Devon O'Dell
ck_pring
Samy Al Bahra 14 years ago
parent b87d6f8af1
commit 46c8bad3fe

2
configure vendored

@ -182,7 +182,7 @@ case $PLATFORM in
ENVIRONMENT=64 ENVIRONMENT=64
;; ;;
i386|i486|i586|i686|i586_i686|pentium*|athlon*|k5|k6|k6_2|k6_3) i386|i486|i586|i686|i586_i686|pentium*|athlon*|k5|k6|k6_2|k6_3)
if test "$SYSTEM" == "darwin"; then if test "$SYSTEM" = "darwin"; then
ENVIRONMENT=64 ENVIRONMENT=64
PLATFORM=x86_64 PLATFORM=x86_64
else else

Loading…
Cancel
Save