Skip to content

Commit

Permalink
fixing muscle build
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen committed Jul 18, 2014
1 parent be3cb42 commit 89a393a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bootstrap.sh
@@ -1,3 +1,5 @@
aclocal
automake --add-missing
autoconf
autoconf
cd muscle
./autogen.sh
2 changes: 1 addition & 1 deletion muscle/configure.ac
Expand Up @@ -80,7 +80,7 @@ esac],[debug=false])
AM_CONDITIONAL(DEBUG, test x$debug = xtrue)

dnl Mac OS X won't allow static compilation...
STATIC_FLAG=""
STATIC_FLAG="-static"
if ( test "x$target_vendor" = "xapple") then
STATIC_FLAG=""
fi
Expand Down

0 comments on commit 89a393a

Please sign in to comment.