Hi -
I've been unsucessfully trying to add FreeType support to my PHP installation. GD support and T1lib worked fine, but the configure script just seems to ignore my --with-ttf argument:
./configure --with-apxs=/usr/sbin/apxs --with-mysql --with-t1lib=/usr/local --with-gd --with-ttf --enable-freetype-4bit-antialias-hack
and I get this every time:
checking whether to include ttf support... no
I've looked at the configure script to deciper why it ignores my argument but I'm afraid my shell programming skill is a bit weak.
Any help??