Revision: 6885
Author: nogu.dev
Date: Sun Jan  2 23:05:28 2011
Log: * m4/xft.m4
  - (AC_ARG_WITH): Fix typo.
http://code.google.com/p/uim/source/detail?r=6885

Modified:
 /trunk/m4/xft.m4

=======================================
--- /trunk/m4/xft.m4    Sun Jun  5 07:54:37 2005
+++ /trunk/m4/xft.m4    Sun Jan  2 23:05:28 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

Reply via email to