Commit 3f464cb7 authored by David Renshaw's avatar David Renshaw

fix typo in comment

parent cfd813e4
...@@ -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