--- rxvt-unicode/autoconf/configure.in 2003/12/17 23:21:56 1.3 +++ 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.3 2003/12/17 23:21:56 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 @@ -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 \