Revision: 6886 Author: ek.kato Date: Mon Jan 3 02:33:15 2011 Log: * Merge r6885 from trunk.
http://code.google.com/p/uim/source/detail?r=6886 Modified: /branches/1.6/m4/xft.m4 ======================================= --- /branches/1.6/m4/xft.m4 Sun Jun 5 07:54:37 2005 +++ /branches/1.6/m4/xft.m4 Mon Jan 3 02:33:15 2011 @@ -48,7 +48,7 @@ AC_ARG_WITH(xft, AS_HELP_STRING([--with-xft], [Xft (antialias) support (default=$1)]), - [ if test "x$enableval" = "xyes"; then + [ if test "x$withval" = "xyes"; then TRY_XFT=yes else TRY_XFT=no
