--- rxvt-unicode/autoconf/configure.in 2004/01/30 18:12:17 1.8 +++ rxvt-unicode/autoconf/configure.in 2004/01/31 02:14:58 1.10 @@ -106,14 +106,6 @@ fi]) echo -if test x$support_inheritpixmap = xyes; then - support_inheritpixmap=no - echo "******* transparency support disabled, does not work" -fi -if test x$support_xpm = xyes; then - support_xpm=no - echo "******* pixmap support disabled, does not work" -fi if test x$support_menubar = xyes; then support_menubar=no echo "******* menubar support disabled, does not work" @@ -1204,7 +1196,7 @@ codesets=jp,jp-ext,kr,cn,cn-ext,vn fi for codeset in `echo $codesets | tr "[a-z,\\-]" "[A-Z _]"`; do - AC_DEFINE(ENCODING_EU, 1, Define if you want europeean extended codesets) + AC_DEFINE(ENCODING_EU, 1, Define if you want european extended codesets) case "$codeset" in VN ) AC_DEFINE(ENCODING_VN, 1, Define if you want vietnamese codesets) ;; JP ) AC_DEFINE(ENCODING_JP, 1, Define if you want japanese codesets) ;;