summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e9b276b4fe..9b1aaf116f 100755
--- a/configure
+++ b/configure
@@ -2425,7 +2425,7 @@ echores $_asmalign_pot
echocheck "yasm"
if test -z "$YASMFLAGS" ; then
if darwin ; then
- x86_64 && objformat="macho64" || objformat="macho32"
+ x86_64 && objformat="macho64" || objformat="macho"
elif win32 ; then
objformat="win32"
else