Skip to content

Commit

Permalink
fixing arch switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfunley committed Apr 27, 2010
1 parent b512345 commit bf0cb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -2684,7 +2684,7 @@ if test `uname` = "Darwin"; then
else
PLATFORM=linux
LIBSWITCH=-shared
ARCHSWITCH=-A
ARCHSWITCH=-march
LIBEXT=so
fi
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -30,7 +30,7 @@ if test `uname` = "Darwin"; then
else
PLATFORM=linux
LIBSWITCH=-shared
ARCHSWITCH=-A
ARCHSWITCH=-march
LIBEXT=so
fi
AC_SUBST(PLATFORM)
Expand Down

0 comments on commit bf0cb15

Please sign in to comment.