http://bugs.winehq.org/show_bug.cgi?id=3679
------- Additional Comments From nospam@thenerdshow.com 2005-12-12 19:04 ------- I figured it out. ./configure wasn't finding my freetype libs. I just had to run configure twice. Once without any arguments and then again with --x-libraries=/usr/X11R6/lib
I also changed the following lines in configure but I'm not sure they are necessary:
FREETYPELIBS="/usr/lib"
FREETYPEINCL="/usr/include"