Commit Diff


commit - 74223e0b4fe2edc1e8aa9665f916603a9f14323d
commit + 2607cc565ee3d5facb8949e9acfed35c8ae300c9
blob - bfb0d5d7d7717382e82945fa074eb35ca0cb0f03
blob + cb0df570b6f82964eda100a8bca5bdf441abcacd
--- INSTALL
+++ INSTALL
@@ -134,7 +134,7 @@ fi
 if [ `uname` != Darwin ]; then
 	# Determine whether fontsrv X11 files are available.
 	rm -f a.out
-	gcc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 \
+	cc -o a.out -c -Iinclude -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 \
 	    -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 src/cmd/fontsrv/x11.c >/dev/null 2>&1
 	if [ -f a.out ]; then
 		echo "	fontsrv dependencies found."