summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0c1d192..5c68c1b 100755
--- a/configure
+++ b/configure
@@ -1428,7 +1428,7 @@ if test "${with_gamecube+set}" = set; then
fi;
# Check whether ppc64. Add -m64 for building 64-bit binary
-if test "$ARCH"=ppc64; then
+if test "$ARCH" = ppc64; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -m64"
fi;