Fix quoting typos

This commit is contained in:
Andrew Bettison 2013-03-05 17:19:23 -08:00
parent 6f3c2b99c9
commit 25e5acc68c

View File

@ -10,8 +10,8 @@ Run the following commands:
./configure
make
On Solaris, the system ''make'' command may not be GNU Make, and the system
''cc'' command may not be GNU Gcc. The following may work:
On Solaris, the system `make` command may not be GNU Make, and the system
`cc` command may not be GNU Gcc. The following may work:
autoreconf -f -i
CC=gcc ./configure