--- rxvt-unicode/autoconf/configure.in 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/autoconf/configure.in 2004/01/16 18:49:33 1.5 @@ -1,6 +1,6 @@ dnl# -*- sh -*- dnl# -dnl# $Id: configure.in,v 1.1 2003/11/24 17:28:08 pcg Exp $ +dnl# $Id: configure.in,v 1.5 2004/01/16 18:49:33 pcg Exp $ dnl# dnl# Process this file with autoconf to produce a configure script. dnl# @@ -107,6 +107,25 @@ codesets=all 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_graphics = xyes; then + support_graphics=no + echo "******* graphics support disabled, does not work" +fi +if test x$support_menubar = xyes; then + support_menubar=no + echo "******* menubar support disabled, does not work" +fi +echo + AC_ARG_ENABLE(unicode3, [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], [if test x$enableval = xyes; then @@ -120,7 +139,7 @@ fi]) AC_ARG_WITH(codesets, - [ --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)], [if test x$enableval = xyes; then codesets="$withval" fi]) @@ -1273,7 +1292,10 @@ AC_CHECK_HEADERS(X11/Xft/Xft.h,,[support_xft=no]) AC_CHECK_LIB(Xft,XftDrawString32,,[support_xft=no]) - AC_DEFINE(XFT, 1, Define to enable xft support) + + if test x$support_xft = xyes; then + AC_DEFINE(XFT, 1, Define to enable xft support) + fi fi AC_OUTPUT(autoconf/Make.common \