From 7f77a65bc8c236f6cbd3822afb32900fead4e84c Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 22 Nov 2011 07:42:35 +0000 Subject: [PATCH] Fix syntax error git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4814 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/build-xorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/build-xorg b/unix/build-xorg index 2cbb9d3a..c771a058 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -150,7 +150,7 @@ build () if [ "${module}" = "pixman" ]; then extraoptions="${extraoptions} --disable-gtk" fi - if [ "${module}" = "libXfont"; then + if [ "${module}" = "libXfont" ]; then extraoptions="${extraoptions} --with-freetype-config=${PREFIX}/bin/freetype-config" fi OLD_CFLAGS=${CFLAGS} -- 2.39.5