From 46c8bad3fef2c54afc5e84db8e8088737b2d80ab Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Wed, 23 Feb 2011 11:49:34 -0500 Subject: [PATCH] Fix typo in Darwin x86 case for configure step. Pointed out by: Devon O'Dell --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index afd0769..096e611 100755 --- a/configure +++ b/configure @@ -182,7 +182,7 @@ case $PLATFORM in ENVIRONMENT=64 ;; 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 PLATFORM=x86_64 else