Commit 35ba8d1f authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #453 from dwrensha/typo

fix typo in comment
parents ca23ab83 3f464cb7
...@@ -52,7 +52,7 @@ esac ...@@ -52,7 +52,7 @@ esac
if [ -e Makefile ]; then if [ -e Makefile ]; then
if ! grep -q '^CXX *= *'"$CXX" Makefile; then if ! grep -q '^CXX *= *'"$CXX" Makefile; then
# Wrong complier used. # Wrong compiler used.
make distclean make distclean
$(dirname $0)/configure --disable-shared $(dirname $0)/configure --disable-shared
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment