--- rxvt-unicode/configure 2003/11/24 17:28:07 1.1 +++ rxvt-unicode/configure 2003/12/18 01:08:05 1.3 @@ -191,7 +191,7 @@ ac_help="$ac_help --enable-xft enable xft support on systems that have it" ac_help="$ac_help - --with-codesets=NAME,... compile in additional codesets (hp,jp_ext,kr,cn,cn_ext,vn,all)" + --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)" ac_help="$ac_help --with-encoding=NAME set language default encoding to NAME (default: sjis) (eucj|sjis|big5|gb|kr|noenc)" @@ -9731,10 +9731,13 @@ support_xft=no fi - cat >> confdefs.h <<\EOF + + if test x$support_xft = xyes; then + cat >> confdefs.h <<\EOF #define XFT 1 EOF + fi fi trap '' 1 2 15