Skip to content

Commit

Permalink
Merge pull request #841 from sjinks/issue-838
Browse files Browse the repository at this point in the history
Possible fix for #838
  • Loading branch information
Phalcon committed Jul 13, 2013
2 parents 1c0552f + d033a92 commit 624cd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi
LIBTOOLIZE_BIN="libtoolize"

#GNU 'libtoolize' on MAC OS X is called 'glibtoolize'
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
if [ "$(uname -s 2>/dev/null)" = "Darwin" ] && $(which glibtoolize > /dev/null 2>&1)
then
LIBTOOLIZE_BIN="glibtoolize"
fi
Expand Down

0 comments on commit 624cd16

Please sign in to comment.