]> source.dussan.org Git - tigervnc.git/commitdiff
Fix syntax error
authorDRC <dcommander@users.sourceforge.net>
Tue, 22 Nov 2011 07:42:35 +0000 (07:42 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 22 Nov 2011 07:42:35 +0000 (07:42 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4814 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg

index 2cbb9d3aaa4536a6ae82d9d7bc7afc3146e627a2..c771a0588fcda4e8aecfe859210e77bdcd408751 100755 (executable)
@@ -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}